Shades of Rock Spray #9F3718
Tints of Rock Spray #9F3718
RGB
CMYK
RGB Variations
Color information
#9F3718 (or 0x9F3718) is known color: Rock Spray. HEX triplet: 9F, 37 and 18. RGB value is (159,55,24). Sum of RGB (Red+Green+Blue) = 159+55+24=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3718 is #60C8E7. Grayscale: #525252. Windows color (decimal): -6342888 or 1587103. OLE color: 1587103.
HSL color Cylindrical-coordinate representation of color #9F3718: hue angle of 13.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F3718 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 24 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.38 |
| HSL | 13.78º | 0.74% | 0.36% | - |
| HSV(B) | 13.78º | 0.85% | 0.62% | - |
| XYZ | 15.83 | 10.17 | 1.99 | - |
| YUV | 82.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 24 | 0 | 0.65 | 0.85 | 0.38 | 13.78 | 0.74 | 0.36 |
| Hex | 9F | 37 | 18 | 0 | 41 | 55 | 26 | E | 4A | 24 |
| Octal | 237 | 67 | 30 | 0 | 101 | 125 | 46 | 16 | 112 | 44 |
| Binary | 10011111 | 110111 | 11000 | 0 | 1000001 | 1010101 | 100110 | 1110 | 1001010 | 100100 |
Color Harmonies of #9F3718
Complementary color
Monochromatic Colors of #9F3718
Black with #9F3718
Text Example
Text Example
White with #9F3718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3718; }
p { color: rgb(159,55,24); }
H1.HeaderClassName
{
color: #9F3718;
}
.AnyTagClassName
{
color: #9F3718;
}
</style>
background-color css
<style>
a { background-color: #9F3718; }
a { background-color: rgb(159,55,24); }
div.DivClassName
{
background-color: #9F3718;
}
.BgClassName
{
background-color: #9F3718;
}
</style>
border-color css
<style>
span { border-color: #9F3718; }
span { border-color: rgb(159,55,24); }
td.TdClassName
{
border-color: #9F3718;
}
.TagClassName
{
border-color: #9F3718;
}
</style>