Shades of Rock Spray #9C472E
Tints of Rock Spray #9C472E
RGB
CMYK
RGB Variations
Color information
#9C472E (or 0x9C472E) is known color: Rock Spray. HEX triplet: 9C, 47 and 2E. RGB value is (156,71,46). Sum of RGB (Red+Green+Blue) = 156+71+46=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C472E is #63B8D1. Grayscale: #5D5D5D. Windows color (decimal): -6535378 or 3032988. OLE color: 3032988.
HSL color Cylindrical-coordinate representation of color #9C472E: hue angle of 13.64º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C472E is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 46 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.39 |
| HSL | 13.64º | 0.54% | 0.4% | - |
| HSV(B) | 13.64º | 0.71% | 0.61% | - |
| XYZ | 16.46 | 11.77 | 3.99 | - |
| YUV | 93.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 46 | 0 | 0.54 | 0.71 | 0.39 | 13.64 | 0.54 | 0.4 |
| Hex | 9C | 47 | 2E | 0 | 36 | 47 | 27 | E | 36 | 28 |
| Octal | 234 | 107 | 56 | 0 | 66 | 107 | 47 | 16 | 66 | 50 |
| Binary | 10011100 | 1000111 | 101110 | 0 | 110110 | 1000111 | 100111 | 1110 | 110110 | 101000 |
Color Harmonies of #9C472E
Complementary color
Monochromatic Colors of #9C472E
Black with #9C472E
Text Example
Text Example
White with #9C472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C472E; }
p { color: rgb(156,71,46); }
H1.HeaderClassName
{
color: #9C472E;
}
.AnyTagClassName
{
color: #9C472E;
}
</style>
background-color css
<style>
a { background-color: #9C472E; }
a { background-color: rgb(156,71,46); }
div.DivClassName
{
background-color: #9C472E;
}
.BgClassName
{
background-color: #9C472E;
}
</style>
border-color css
<style>
span { border-color: #9C472E; }
span { border-color: rgb(156,71,46); }
td.TdClassName
{
border-color: #9C472E;
}
.TagClassName
{
border-color: #9C472E;
}
</style>