#9C4421

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

Shades of Rock Spray #9C4421

Tints of Rock Spray #9C4421

Color information

#9C4421 (or 0x9C4421) is unknown color: approx Rock Spray. HEX triplet: 9C, 44 and 21. RGB value is (156,68,33). Sum of RGB (Red+Green+Blue) = 156+68+33=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4421 is #63BBDE. Grayscale: #5A5A5A. Windows color (decimal): -6536159 or 2180252. OLE color: 2180252.

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

Color convert

RGB1566833-
CMYK00.560.790.39
HSL17.07º65.08%37.06%-
HSV(B)17.07º78.85%61.18%-
XYZ16.0511.312.78-
YUV90.3295.65174.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.70%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 33 (13.28% from 255) = 12.84%
R=60.70%
G=26.46%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156683300.560.790.3917.0765.0837.06
Hex9C44210384F27114125
Octal23410441070117472110145
Binary10011100100010010000101110001001111100111100011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,68,33); }

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

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

 a { background-color: rgb(156,68,33); }

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

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

 span { border-color: rgb(156,68,33); }

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