Color Hex Logo

#9a532a Color Hex

#9A532A
(154,83,42)
0 Favorites   0 Comments

Color spaces of #9a532a

RGB 1548342
HSL0.060.570.38
HSV22°73°60°
CMYK 0.000.460.73   0.40
XYZ16.837613.22373.8555
Yxy13.22370.49640.3899
Hunter Lab36.364419.012119.1689
CIE-Lab43.098426.078636.2183

#9a532a color RGB value is (154,83,42).

#9a532a hex color red value is 154, green value is 83 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #9a532a hue: 0.06 , saturation: 0.57 and the lightness value of 9a532a is 0.38.

The process color (four color CMYK) of #9a532a color hex is 0.00, 0.46, 0.73, 0.40. Web safe color of #9a532a is #996633. Color #9a532a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01010011 00101010
Octal 232 123 52
Decimal 154 83 42
Hex 9A 53 2A

RGB Percentages of Color #9a532a

%55.20
%29.75
%15.05

CMYK Percentages of Color #9a532a

%0
%46
%73
%40

Triadic Colors of #9a532a

#9a532a #2a9a53 #532a9a

Analogous Colors of #9a532a

#9a532a #9a8b2a #9a2a39

Monochromatic Colors of #9a532a

#9a532a

Complementary Color

#9a532a #2a719a

#9a532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a532a Color CSS Codes

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

#9a532a Text Font Color

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

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


#9a532a Background Color

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

This div background color is #9a532a


#9a532a Border Color

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

This div border color is #9a532a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,83,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a532a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a532a;
  -webkit-box-shadow: 1px 1px 3px 2px #9a532a;
  box-shadow:         1px 1px 3px 2px #9a532a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,83,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a532a


Comments

No comments written yet.

Please login to write comment.