#9C4234

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

Shades of Rock Spray #9C4234

Tints of Rock Spray #9C4234

Color information

#9C4234 (or 0x9C4234) is unknown color: approx Rock Spray. HEX triplet: 9C, 42 and 34. RGB value is (156,66,52). Sum of RGB (Red+Green+Blue) = 156+66+52=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4234 is #63BDCB. Grayscale: #5B5B5B. Windows color (decimal): -6536652 or 3424924. OLE color: 3424924.

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

Color convert

RGB1566652-
CMYK00.580.670.39
HSL8.08º50%40.78%-
HSV(B)8.08º66.67%61.18%-
XYZ16.2811.214.56-
YUV91.31105.82174.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.93%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=56.93%
G=24.09%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156665200.580.670.398.085040.78
Hex9C423403A432783229
Octal2341026407210347106251
Binary100111001000010110100011101010000111001111000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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