Color Hex Logo

#9b792c Color Hex

#9B792C
(155,121,44)
0 Favorites   0 Comments

Color spaces of #9b792c

RGB 15512144
HSL0.120.560.39
HSV42°72°61°
CMYK 0.000.220.72   0.39
XYZ20.809620.82525.3057
Yxy20.82520.44330.4437
Hunter Lab45.63461.536225.0509
CIE-Lab52.75774.985845.4970

#9b792c color RGB value is (155,121,44).

#9b792c hex color red value is 155, green value is 121 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #9b792c hue: 0.12 , saturation: 0.56 and the lightness value of 9b792c is 0.39.

The process color (four color CMYK) of #9b792c color hex is 0.00, 0.22, 0.72, 0.39. Web safe color of #9b792c is #996633. Color #9b792c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01111001 00101100
Octal 233 171 54
Decimal 155 121 44
Hex 9B 79 2C

RGB Percentages of Color #9b792c

%48.44
%37.81
%13.75

CMYK Percentages of Color #9b792c

%0
%22
%72
%39

Triadic Colors of #9b792c

#9b792c #2c9b79 #792c9b

Analogous Colors of #9b792c

#9b792c #869b2c #9b412c

Monochromatic Colors of #9b792c

#9b792c

Complementary Color

#9b792c #2c4e9b

#9b792c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b792c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b792c Color CSS Codes

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

#9b792c Text Font Color

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

This sample text font color is #9b792c
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.


#9b792c Background Color

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

This div background color is #9b792c


#9b792c Border Color

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

This div border color is #9b792c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b792c


Comments

No comments written yet.

Please login to write comment.