Color Hex Logo

#9b793a Color Hex

#9B793A
(155,121,58)
0 Favorites   0 Comments

Color spaces of #9b793a

RGB 15512158
HSL0.110.460.42
HSV39°63°61°
CMYK 0.000.220.63   0.39
XYZ21.118720.94886.9334
Yxy20.94880.43100.4275
Hunter Lab45.76992.264523.0574
CIE-Lab52.89345.885438.9163

#9b793a color RGB value is (155,121,58).

#9b793a hex color red value is 155, green value is 121 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #9b793a hue: 0.11 , saturation: 0.46 and the lightness value of 9b793a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01111001 00111010
Octal 233 171 72
Decimal 155 121 58
Hex 9B 79 3A

RGB Percentages of Color #9b793a

%46.41
%36.23
%17.37

CMYK Percentages of Color #9b793a

%0
%22
%63
%39

Triadic Colors of #9b793a

#9b793a #3a9b79 #793a9b

Analogous Colors of #9b793a

#9b793a #8d9b3a #9b493a

Monochromatic Colors of #9b793a

#9b793a

Complementary Color

#9b793a #3a5c9b

#9b793a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b793a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b793a Color CSS Codes

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

#9b793a Text Font Color

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

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


#9b793a Background Color

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

This div background color is #9b793a


#9b793a Border Color

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

This div border color is #9b793a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b793a


Comments

No comments written yet.

Please login to write comment.