Shades of Rock Spray #9F462F
Tints of Rock Spray #9F462F
RGB
CMYK
RGB Variations
Color information
#9F462F (or 0x9F462F) is known color: Rock Spray. HEX triplet: 9F, 46 and 2F. RGB value is (159,70,47). Sum of RGB (Red+Green+Blue) = 159+70+47=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F462F is #60B9D0. Grayscale: #5E5E5E. Windows color (decimal): -6339025 or 3098271. OLE color: 3098271.
HSL color Cylindrical-coordinate representation of color #9F462F: hue angle of 12.32º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F462F is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 47 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.38 |
| HSL | 12.32º | 0.54% | 0.4% | - |
| HSV(B) | 12.32º | 0.7% | 0.62% | - |
| XYZ | 17 | 11.96 | 4.1 | - |
| YUV | 93.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 47 | 0 | 0.56 | 0.70 | 0.38 | 12.32 | 0.54 | 0.4 |
| Hex | 9F | 46 | 2F | 0 | 38 | 46 | 26 | C | 36 | 28 |
| Octal | 237 | 106 | 57 | 0 | 70 | 106 | 46 | 14 | 66 | 50 |
| Binary | 10011111 | 1000110 | 101111 | 0 | 111000 | 1000110 | 100110 | 1100 | 110110 | 101000 |
Color Harmonies of #9F462F
Complementary color
Monochromatic Colors of #9F462F
Black with #9F462F
Text Example
Text Example
White with #9F462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F462F; }
p { color: rgb(159,70,47); }
H1.HeaderClassName
{
color: #9F462F;
}
.AnyTagClassName
{
color: #9F462F;
}
</style>
background-color css
<style>
a { background-color: #9F462F; }
a { background-color: rgb(159,70,47); }
div.DivClassName
{
background-color: #9F462F;
}
.BgClassName
{
background-color: #9F462F;
}
</style>
border-color css
<style>
span { border-color: #9F462F; }
span { border-color: rgb(159,70,47); }
td.TdClassName
{
border-color: #9F462F;
}
.TagClassName
{
border-color: #9F462F;
}
</style>