Shades of Rock Spray #9E482F
Tints of Rock Spray #9E482F
RGB
CMYK
RGB Variations
Color information
#9E482F (or 0x9E482F) is known color: Rock Spray. HEX triplet: 9E, 48 and 2F. RGB value is (158,72,47). Sum of RGB (Red+Green+Blue) = 158+72+47=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E482F is #61B7D0. Grayscale: #5F5F5F. Windows color (decimal): -6404049 or 3098782. OLE color: 3098782.
HSL color Cylindrical-coordinate representation of color #9E482F: hue angle of 13.51º 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 #9E482F is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 72 | 47 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.38 |
| HSL | 13.51º | 0.54% | 0.4% | - |
| HSV(B) | 13.51º | 0.7% | 0.62% | - |
| XYZ | 16.93 | 12.11 | 4.13 | - |
| YUV | 94.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 47 | 0 | 0.54 | 0.70 | 0.38 | 13.51 | 0.54 | 0.4 |
| Hex | 9E | 48 | 2F | 0 | 36 | 46 | 26 | E | 36 | 28 |
| Octal | 236 | 110 | 57 | 0 | 66 | 106 | 46 | 16 | 66 | 50 |
| Binary | 10011110 | 1001000 | 101111 | 0 | 110110 | 1000110 | 100110 | 1110 | 110110 | 101000 |
Color Harmonies of #9E482F
Complementary color
Monochromatic Colors of #9E482F
Black with #9E482F
Text Example
Text Example
White with #9E482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E482F; }
p { color: rgb(158,72,47); }
H1.HeaderClassName
{
color: #9E482F;
}
.AnyTagClassName
{
color: #9E482F;
}
</style>
background-color css
<style>
a { background-color: #9E482F; }
a { background-color: rgb(158,72,47); }
div.DivClassName
{
background-color: #9E482F;
}
.BgClassName
{
background-color: #9E482F;
}
</style>
border-color css
<style>
span { border-color: #9E482F; }
span { border-color: rgb(158,72,47); }
td.TdClassName
{
border-color: #9E482F;
}
.TagClassName
{
border-color: #9E482F;
}
</style>