Shades of Rock Spray #9C4229
Tints of Rock Spray #9C4229
RGB
CMYK
RGB Variations
Color information
#9C4229 (or 0x9C4229) is known color: Rock Spray. HEX triplet: 9C, 42 and 29. RGB value is (156,66,41). Sum of RGB (Red+Green+Blue) = 156+66+41=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4229 is #63BDD6. Grayscale: #5A5A5A. Windows color (decimal): -6536663 or 2704028. OLE color: 2704028.
HSL color Cylindrical-coordinate representation of color #9C4229: hue angle of 13.04º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C4229 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 66 | 41 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.39 |
| HSL | 13.04º | 0.58% | 0.39% | - |
| HSV(B) | 13.04º | 0.74% | 0.61% | - |
| XYZ | 16.06 | 11.12 | 3.4 | - |
| YUV | 90.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 41 | 0 | 0.58 | 0.74 | 0.39 | 13.04 | 0.58 | 0.39 |
| Hex | 9C | 42 | 29 | 0 | 3A | 4A | 27 | D | 3A | 27 |
| Octal | 234 | 102 | 51 | 0 | 72 | 112 | 47 | 15 | 72 | 47 |
| Binary | 10011100 | 1000010 | 101001 | 0 | 111010 | 1001010 | 100111 | 1101 | 111010 | 100111 |
Color Harmonies of #9C4229
Complementary color
Monochromatic Colors of #9C4229
Black with #9C4229
Text Example
Text Example
White with #9C4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4229; }
p { color: rgb(156,66,41); }
H1.HeaderClassName
{
color: #9C4229;
}
.AnyTagClassName
{
color: #9C4229;
}
</style>
background-color css
<style>
a { background-color: #9C4229; }
a { background-color: rgb(156,66,41); }
div.DivClassName
{
background-color: #9C4229;
}
.BgClassName
{
background-color: #9C4229;
}
</style>
border-color css
<style>
span { border-color: #9C4229; }
span { border-color: rgb(156,66,41); }
td.TdClassName
{
border-color: #9C4229;
}
.TagClassName
{
border-color: #9C4229;
}
</style>