Color Hex Logo

#9c481c Color Hex

#9C481C
(156,72,28)
0 Favorites   0 Comments

Color spaces of #9c481c

RGB 1567228
HSL0.060.700.36
HSV21°82°61°
CMYK 0.000.540.82   0.39
XYZ16.237311.78652.5178
Yxy11.78650.53160.3859
Hunter Lab34.331524.342719.6838
CIE-Lab40.874832.285541.0806

#9c481c color RGB value is (156,72,28).

#9c481c hex color red value is 156, green value is 72 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #9c481c hue: 0.06 , saturation: 0.70 and the lightness value of 9c481c is 0.36.

The process color (four color CMYK) of #9c481c color hex is 0.00, 0.54, 0.82, 0.39. Web safe color of #9c481c is #993333. Color #9c481c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01001000 00011100
Octal 234 110 34
Decimal 156 72 28
Hex 9C 48 1C

RGB Percentages of Color #9c481c

%60.94
%28.13
%10.94

CMYK Percentages of Color #9c481c

%0
%54
%82
%39

Triadic Colors of #9c481c

#9c481c #1c9c48 #481c9c

Analogous Colors of #9c481c

#9c481c #9c881c #9c1c30

Monochromatic Colors of #9c481c

#9c481c

Complementary Color

#9c481c #1c709c

#9c481c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c481c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c481c Color CSS Codes

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

#9c481c Text Font Color

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

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


#9c481c Background Color

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

This div background color is #9c481c


#9c481c Border Color

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

This div border color is #9c481c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,72,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c481c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c481c;
  -webkit-box-shadow: 1px 1px 3px 2px #9c481c;
  box-shadow:         1px 1px 3px 2px #9c481c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,72,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c481c


Comments

No comments written yet.

Please login to write comment.