#9C4532

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

Shades of Rock Spray #9C4532

Tints of Rock Spray #9C4532

Color information

#9C4532 (or 0x9C4532) is unknown color: approx Rock Spray. HEX triplet: 9C, 45 and 32. RGB value is (156,69,50). Sum of RGB (Red+Green+Blue) = 156+69+50=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4532 is #63BACD. Grayscale: #5D5D5D. Windows color (decimal): -6535886 or 3294620. OLE color: 3294620.

HSL color Cylindrical-coordinate representation of color #9C4532: hue angle of 10.75º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C4532 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1566950-
CMYK00.560.680.39
HSL10.75º51.46%40.39%-
HSV(B)10.75º67.95%61.18%-
XYZ16.4111.554.38-
YUV92.85103.82173.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.73%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=56.73%
G=25.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156695000.560.680.3910.7551.4640.39
Hex9C45320384427b3328
Octal2341056207010447136350
Binary100111001000101110010011100010001001001111011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,69,50); }

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

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

 a { background-color: rgb(156,69,50); }

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

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

 span { border-color: rgb(156,69,50); }

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