Color Hex Logo

#9b831a Color Hex

#9B831A
(155,131,26)
0 Favorites   0 Comments

Color spaces of #9b831a

RGB 15513126
HSL0.140.710.35
HSV49°83°61°
CMYK 0.000.150.83   0.39
XYZ21.820323.27574.3199
Yxy23.27570.44160.4710
Hunter Lab48.2449-3.696228.4625
CIE-Lab55.3552-1.408554.8131

#9b831a color RGB value is (155,131,26).

#9b831a hex color red value is 155, green value is 131 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #9b831a hue: 0.14 , saturation: 0.71 and the lightness value of 9b831a is 0.35.

The process color (four color CMYK) of #9b831a color hex is 0.00, 0.15, 0.83, 0.39. Web safe color of #9b831a is #999933. Color #9b831a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10000011 00011010
Octal 233 203 32
Decimal 155 131 26
Hex 9B 83 1A

RGB Percentages of Color #9b831a

%49.68
%41.99
%8.33

CMYK Percentages of Color #9b831a

%0
%15
%83
%39

Triadic Colors of #9b831a

#9b831a #1a9b83 #831a9b

Analogous Colors of #9b831a

#9b831a #739b1a #9b421a

Monochromatic Colors of #9b831a

#9b831a

Complementary Color

#9b831a #1a329b

#9b831a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b831a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b831a Color CSS Codes

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

#9b831a Text Font Color

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

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


#9b831a Background Color

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

This div background color is #9b831a


#9b831a Border Color

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

This div border color is #9b831a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b831a


Comments

No comments written yet.

Please login to write comment.