Color Hex Logo

#9b7452 Color Hex

#9B7452
(155,116,82)
0 Favorites   0 Comments

Color spaces of #9b7452

RGB 15511682
HSL0.080.310.46
HSV28°47°61°
CMYK 0.000.250.47   0.39
XYZ21.286020.068510.7344
Yxy20.06850.40860.3853
Hunter Lab44.79796.419117.1515
CIE-Lab51.914610.902124.7018

#9b7452 color RGB value is (155,116,82).

#9b7452 hex color red value is 155, green value is 116 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #9b7452 hue: 0.08 , saturation: 0.31 and the lightness value of 9b7452 is 0.46.

The process color (four color CMYK) of #9b7452 color hex is 0.00, 0.25, 0.47, 0.39. Web safe color of #9b7452 is #996666. Color #9b7452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110100 01010010
Octal 233 164 122
Decimal 155 116 82
Hex 9B 74 52

RGB Percentages of Color #9b7452

%43.91
%32.86
%23.23

CMYK Percentages of Color #9b7452

%0
%25
%47
%39

Triadic Colors of #9b7452

#9b7452 #529b74 #74529b

Analogous Colors of #9b7452

#9b7452 #9b9952 #9b5254

Monochromatic Colors of #9b7452

#9b7452

Complementary Color

#9b7452 #52799b

#9b7452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b7452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b7452 Color CSS Codes

.mybgcolor {background-color:#9b7452; } 
.myforecolor {color:#9b7452; }
.mybordercolor {border:3px solid #9b7452; }

#9b7452 Text Font Color

<p style="color:#9b7452">Text here</p>

This sample text font color is #9b7452
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9b7452 Background Color

<div style="background-color:#9b7452">
Div content here</div>

This div background color is #9b7452


#9b7452 Border Color

<div style="border:3px solid #9b7452">
Div here</div>

This div border color is #9b7452


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,116,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b7452; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b7452;
  -webkit-box-shadow: 1px 1px 3px 2px #9b7452;
  box-shadow:         1px 1px 3px 2px #9b7452; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,116,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9b7452">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9b7452;
  -webkit-box-shadow: 1px 1px 3px 2px #9b7452;
  box-shadow:         1px 1px 3px 2px #9b7452;">
Div content here</div>

This div box has shadow with color #9b7452


Comments

No comments written yet.

Please login to write comment.