Shades of Rock Spray #9C4325
Tints of Rock Spray #9C4325
RGB
CMYK
RGB Variations
Color information
#9C4325 (or 0x9C4325) is known color: Rock Spray. HEX triplet: 9C, 43 and 25. RGB value is (156,67,37). Sum of RGB (Red+Green+Blue) = 156+67+37=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4325 is #63BCDA. Grayscale: #5A5A5A. Windows color (decimal): -6536411 or 2442140. OLE color: 2442140.
HSL color Cylindrical-coordinate representation of color #9C4325: hue angle of 15.13º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C4325 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 37 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.39 |
| HSL | 15.13º | 0.62% | 0.38% | - |
| HSV(B) | 15.13º | 0.76% | 0.61% | - |
| XYZ | 16.05 | 11.22 | 3.07 | - |
| YUV | 90.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 37 | 0 | 0.57 | 0.76 | 0.39 | 15.13 | 0.62 | 0.38 |
| Hex | 9C | 43 | 25 | 0 | 39 | 4C | 27 | F | 3E | 26 |
| Octal | 234 | 103 | 45 | 0 | 71 | 114 | 47 | 17 | 76 | 46 |
| Binary | 10011100 | 1000011 | 100101 | 0 | 111001 | 1001100 | 100111 | 1111 | 111110 | 100110 |
Color Harmonies of #9C4325
Complementary color
Monochromatic Colors of #9C4325
Black with #9C4325
Text Example
Text Example
White with #9C4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4325; }
p { color: rgb(156,67,37); }
H1.HeaderClassName
{
color: #9C4325;
}
.AnyTagClassName
{
color: #9C4325;
}
</style>
background-color css
<style>
a { background-color: #9C4325; }
a { background-color: rgb(156,67,37); }
div.DivClassName
{
background-color: #9C4325;
}
.BgClassName
{
background-color: #9C4325;
}
</style>
border-color css
<style>
span { border-color: #9C4325; }
span { border-color: rgb(156,67,37); }
td.TdClassName
{
border-color: #9C4325;
}
.TagClassName
{
border-color: #9C4325;
}
</style>