Shades of Rock Spray #9C4320
Tints of Rock Spray #9C4320
RGB
CMYK
RGB Variations
Color information
#9C4320 (or 0x9C4320) is known color: Rock Spray. HEX triplet: 9C, 43 and 20. RGB value is (156,67,32). Sum of RGB (Red+Green+Blue) = 156+67+32=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4320 is #63BCDF. Grayscale: #595959. Windows color (decimal): -6536416 or 2114460. OLE color: 2114460.
HSL color Cylindrical-coordinate representation of color #9C4320: hue angle of 16.94º degrees, saturation: 0.66, 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 #9C4320 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 32 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.39 |
| HSL | 16.94º | 0.66% | 0.37% | - |
| HSV(B) | 16.94º | 0.79% | 0.61% | - |
| XYZ | 15.98 | 11.19 | 2.68 | - |
| YUV | 89.62 | 95.49 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 32 | 0 | 0.57 | 0.79 | 0.39 | 16.94 | 0.66 | 0.37 |
| Hex | 9C | 43 | 20 | 0 | 39 | 4F | 27 | 11 | 42 | 25 |
| Octal | 234 | 103 | 40 | 0 | 71 | 117 | 47 | 21 | 102 | 45 |
| Binary | 10011100 | 1000011 | 100000 | 0 | 111001 | 1001111 | 100111 | 10001 | 1000010 | 100101 |
Color Harmonies of #9C4320
Complementary color
Monochromatic Colors of #9C4320
Black with #9C4320
Text Example
Text Example
White with #9C4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4320; }
p { color: rgb(156,67,32); }
H1.HeaderClassName
{
color: #9C4320;
}
.AnyTagClassName
{
color: #9C4320;
}
</style>
background-color css
<style>
a { background-color: #9C4320; }
a { background-color: rgb(156,67,32); }
div.DivClassName
{
background-color: #9C4320;
}
.BgClassName
{
background-color: #9C4320;
}
</style>
border-color css
<style>
span { border-color: #9C4320; }
span { border-color: rgb(156,67,32); }
td.TdClassName
{
border-color: #9C4320;
}
.TagClassName
{
border-color: #9C4320;
}
</style>