#9C4225

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

Shades of Rock Spray #9C4225

Tints of Rock Spray #9C4225

Color information

#9C4225 (or 0x9C4225) is unknown color: approx Rock Spray. HEX triplet: 9C, 42 and 25. RGB value is (156,66,37). Sum of RGB (Red+Green+Blue) = 156+66+37=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4225 is #63BDDA. Grayscale: #595959. Windows color (decimal): -6536667 or 2441884. OLE color: 2441884.

HSL color Cylindrical-coordinate representation of color #9C4225: hue angle of 14.62º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C4225 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB1566637-
CMYK00.580.760.39
HSL14.62º61.66%37.84%-
HSV(B)14.62º76.28%61.18%-
XYZ15.9911.13.05-
YUV89.698.32175.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.23%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 37 (14.84% from 255) = 14.29%
R=60.23%
G=25.48%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156663700.580.760.3914.6261.6637.84
Hex9C422503A4C27f3e26
Octal2341024507211447177646
Binary100111001000010100101011101010011001001111111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,66,37); }

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

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

 a { background-color: rgb(156,66,37); }

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

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

 span { border-color: rgb(156,66,37); }

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