Shades of Rock Spray #9F3818
Tints of Rock Spray #9F3818
RGB
CMYK
RGB Variations
Color information
#9F3818 (or 0x9F3818) is known color: Rock Spray. HEX triplet: 9F, 38 and 18. RGB value is (159,56,24). Sum of RGB (Red+Green+Blue) = 159+56+24=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3818 is #60C7E7. Grayscale: #535353. Windows color (decimal): -6342632 or 1587359. OLE color: 1587359.
HSL color Cylindrical-coordinate representation of color #9F3818: hue angle of 14.22º 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 #9F3818 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 24 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.38 |
| HSL | 14.22º | 0.74% | 0.36% | - |
| HSV(B) | 14.22º | 0.85% | 0.62% | - |
| XYZ | 15.88 | 10.27 | 2.01 | - |
| YUV | 83.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 24 | 0 | 0.65 | 0.85 | 0.38 | 14.22 | 0.74 | 0.36 |
| Hex | 9F | 38 | 18 | 0 | 41 | 55 | 26 | E | 4A | 24 |
| Octal | 237 | 70 | 30 | 0 | 101 | 125 | 46 | 16 | 112 | 44 |
| Binary | 10011111 | 111000 | 11000 | 0 | 1000001 | 1010101 | 100110 | 1110 | 1001010 | 100100 |
Color Harmonies of #9F3818
Complementary color
Monochromatic Colors of #9F3818
Black with #9F3818
Text Example
Text Example
White with #9F3818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3818; }
p { color: rgb(159,56,24); }
H1.HeaderClassName
{
color: #9F3818;
}
.AnyTagClassName
{
color: #9F3818;
}
</style>
background-color css
<style>
a { background-color: #9F3818; }
a { background-color: rgb(159,56,24); }
div.DivClassName
{
background-color: #9F3818;
}
.BgClassName
{
background-color: #9F3818;
}
</style>
border-color css
<style>
span { border-color: #9F3818; }
span { border-color: rgb(159,56,24); }
td.TdClassName
{
border-color: #9F3818;
}
.TagClassName
{
border-color: #9F3818;
}
</style>