Shades of Rock Spray #9F492D
Tints of Rock Spray #9F492D
RGB
CMYK
RGB Variations
Color information
#9F492D (or 0x9F492D) is known color: Rock Spray. HEX triplet: 9F, 49 and 2D. RGB value is (159,73,45). Sum of RGB (Red+Green+Blue) = 159+73+45=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F492D is #60B6D2. Grayscale: #5F5F5F. Windows color (decimal): -6338259 or 2967967. OLE color: 2967967.
HSL color Cylindrical-coordinate representation of color #9F492D: hue angle of 14.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F492D is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 45 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.38 |
| HSL | 14.74º | 0.56% | 0.4% | - |
| HSV(B) | 14.74º | 0.72% | 0.62% | - |
| XYZ | 17.15 | 12.33 | 3.96 | - |
| YUV | 95.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 45 | 0 | 0.54 | 0.72 | 0.38 | 14.74 | 0.56 | 0.4 |
| Hex | 9F | 49 | 2D | 0 | 36 | 48 | 26 | F | 38 | 28 |
| Octal | 237 | 111 | 55 | 0 | 66 | 110 | 46 | 17 | 70 | 50 |
| Binary | 10011111 | 1001001 | 101101 | 0 | 110110 | 1001000 | 100110 | 1111 | 111000 | 101000 |
Color Harmonies of #9F492D
Complementary color
Monochromatic Colors of #9F492D
Black with #9F492D
Text Example
Text Example
White with #9F492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F492D; }
p { color: rgb(159,73,45); }
H1.HeaderClassName
{
color: #9F492D;
}
.AnyTagClassName
{
color: #9F492D;
}
</style>
background-color css
<style>
a { background-color: #9F492D; }
a { background-color: rgb(159,73,45); }
div.DivClassName
{
background-color: #9F492D;
}
.BgClassName
{
background-color: #9F492D;
}
</style>
border-color css
<style>
span { border-color: #9F492D; }
span { border-color: rgb(159,73,45); }
td.TdClassName
{
border-color: #9F492D;
}
.TagClassName
{
border-color: #9F492D;
}
</style>