#9C4A36

Color #9C4A36 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #9C4A36

Tints of Rock Spray #9C4A36

Color information

#9C4A36 (or 0x9C4A36) is unknown color: approx Rock Spray. HEX triplet: 9C, 4A and 36. RGB value is (156,74,54). Sum of RGB (Red+Green+Blue) = 156+74+54=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4A36 is #63B5C9. Grayscale: #606060. Windows color (decimal): -6534602 or 3558044. OLE color: 3558044.

HSL color Cylindrical-coordinate representation of color #9C4A36: hue angle of 11.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C4A36 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1567454-
CMYK00.530.650.39
HSL11.76º48.57%41.18%-
HSV(B)11.76º65.38%61.18%-
XYZ16.8212.234.96-
YUV96.24104.17170.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 54 (21.48% from 255) = 19.01%
R=54.93%
G=26.06%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156745400.530.650.3911.7648.5741.18
Hex9C4A360354127c3129
Octal2341126606510147146151
Binary100111001001010110110011010110000011001111100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C4A36; }

 p { color: rgb(156,74,54); }

 H1.HeaderClassName
 {
   color: #9C4A36;
 }
 .AnyTagClassName
 {
   color: #9C4A36;
 }
</style>
background-color css

<style>
 a { background-color: #9C4A36; }

 a { background-color: rgb(156,74,54); }

 div.DivClassName
 {
   background-color: #9C4A36;
 }
 .BgClassName
 {
   background-color: #9C4A36;
 }
</style>
border-color css

<style>
 span { border-color: #9C4A36; }

 span { border-color: rgb(156,74,54); }

 td.TdClassName
 {
   border-color: #9C4A36;
 }
 .TagClassName
 {
   border-color: #9C4A36;
 }
</style>