Shades of Rock Spray #9C4732
Tints of Rock Spray #9C4732
RGB
CMYK
RGB Variations
Color information
#9C4732 (or 0x9C4732) is known color: Rock Spray. HEX triplet: 9C, 47 and 32. RGB value is (156,71,50). Sum of RGB (Red+Green+Blue) = 156+71+50=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4732 is #63B8CD. Grayscale: #5E5E5E. Windows color (decimal): -6535374 or 3295132. OLE color: 3295132.
HSL color Cylindrical-coordinate representation of color #9C4732: hue angle of 11.89º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C4732 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 50 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.39 |
| HSL | 11.89º | 0.51% | 0.4% | - |
| HSV(B) | 11.89º | 0.68% | 0.61% | - |
| XYZ | 16.54 | 11.8 | 4.42 | - |
| YUV | 94.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 50 | 0 | 0.54 | 0.68 | 0.39 | 11.89 | 0.51 | 0.4 |
| Hex | 9C | 47 | 32 | 0 | 36 | 44 | 27 | C | 33 | 28 |
| Octal | 234 | 107 | 62 | 0 | 66 | 104 | 47 | 14 | 63 | 50 |
| Binary | 10011100 | 1000111 | 110010 | 0 | 110110 | 1000100 | 100111 | 1100 | 110011 | 101000 |
Color Harmonies of #9C4732
Complementary color
Monochromatic Colors of #9C4732
Black with #9C4732
Text Example
Text Example
White with #9C4732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4732; }
p { color: rgb(156,71,50); }
H1.HeaderClassName
{
color: #9C4732;
}
.AnyTagClassName
{
color: #9C4732;
}
</style>
background-color css
<style>
a { background-color: #9C4732; }
a { background-color: rgb(156,71,50); }
div.DivClassName
{
background-color: #9C4732;
}
.BgClassName
{
background-color: #9C4732;
}
</style>
border-color css
<style>
span { border-color: #9C4732; }
span { border-color: rgb(156,71,50); }
td.TdClassName
{
border-color: #9C4732;
}
.TagClassName
{
border-color: #9C4732;
}
</style>