#9C4033

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

Shades of Rock Spray #9C4033

Tints of Rock Spray #9C4033

Color information

#9C4033 (or 0x9C4033) is unknown color: approx Rock Spray. HEX triplet: 9C, 40 and 33. RGB value is (156,64,51). Sum of RGB (Red+Green+Blue) = 156+64+51=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4033 is #63BFCC. Grayscale: #5A5A5A. Windows color (decimal): -6537165 or 3358876. OLE color: 3358876.

HSL color Cylindrical-coordinate representation of color #9C4033: hue angle of 7.43º degrees, saturation: 0.51, 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 #9C4033 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB1566451-
CMYK00.590.670.39
HSL7.43º50.72%40.59%-
HSV(B)7.43º67.31%61.18%-
XYZ16.1410.974.4-
YUV90.03105.98175.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.56%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=57.56%
G=23.62%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156645100.590.670.397.4350.7240.59
Hex9C403303B432773329
Octal234100630731034776351
Binary10011100100000011001101110111000011100111111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,64,51); }

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

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

 a { background-color: rgb(156,64,51); }

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

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

 span { border-color: rgb(156,64,51); }

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