Shades of Rock Spray #9E4027
Tints of Rock Spray #9E4027
RGB
CMYK
RGB Variations
Color information
#9E4027 (or 0x9E4027) is known color: Rock Spray. HEX triplet: 9E, 40 and 27. RGB value is (158,64,39). Sum of RGB (Red+Green+Blue) = 158+64+39=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4027 is #61BFD8. Grayscale: #595959. Windows color (decimal): -6406105 or 2572446. OLE color: 2572446.
HSL color Cylindrical-coordinate representation of color #9E4027: hue angle of 12.61º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E4027 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 39 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.38 |
| HSL | 12.61º | 0.6% | 0.39% | - |
| HSV(B) | 12.61º | 0.75% | 0.62% | - |
| XYZ | 16.3 | 11.08 | 3.2 | - |
| YUV | 89.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 39 | 0 | 0.59 | 0.75 | 0.38 | 12.61 | 0.6 | 0.39 |
| Hex | 9E | 40 | 27 | 0 | 3B | 4B | 26 | D | 3C | 27 |
| Octal | 236 | 100 | 47 | 0 | 73 | 113 | 46 | 15 | 74 | 47 |
| Binary | 10011110 | 1000000 | 100111 | 0 | 111011 | 1001011 | 100110 | 1101 | 111100 | 100111 |
Color Harmonies of #9E4027
Complementary color
Monochromatic Colors of #9E4027
Black with #9E4027
Text Example
Text Example
White with #9E4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4027; }
p { color: rgb(158,64,39); }
H1.HeaderClassName
{
color: #9E4027;
}
.AnyTagClassName
{
color: #9E4027;
}
</style>
background-color css
<style>
a { background-color: #9E4027; }
a { background-color: rgb(158,64,39); }
div.DivClassName
{
background-color: #9E4027;
}
.BgClassName
{
background-color: #9E4027;
}
</style>
border-color css
<style>
span { border-color: #9E4027; }
span { border-color: rgb(158,64,39); }
td.TdClassName
{
border-color: #9E4027;
}
.TagClassName
{
border-color: #9E4027;
}
</style>