Shades of Rock Spray #9E4023
Tints of Rock Spray #9E4023
RGB
CMYK
RGB Variations
Color information
#9E4023 (or 0x9E4023) is known color: Rock Spray. HEX triplet: 9E, 40 and 23. RGB value is (158,64,35). Sum of RGB (Red+Green+Blue) = 158+64+35=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4023 is #61BFDC. Grayscale: #595959. Windows color (decimal): -6406109 or 2310302. OLE color: 2310302.
HSL color Cylindrical-coordinate representation of color #9E4023: hue angle of 14.15º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E4023 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 35 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.38 |
| HSL | 14.15º | 0.64% | 0.38% | - |
| HSV(B) | 14.15º | 0.78% | 0.62% | - |
| XYZ | 16.24 | 11.06 | 2.87 | - |
| YUV | 88.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 35 | 0 | 0.59 | 0.78 | 0.38 | 14.15 | 0.64 | 0.38 |
| Hex | 9E | 40 | 23 | 0 | 3B | 4E | 26 | E | 40 | 26 |
| Octal | 236 | 100 | 43 | 0 | 73 | 116 | 46 | 16 | 100 | 46 |
| Binary | 10011110 | 1000000 | 100011 | 0 | 111011 | 1001110 | 100110 | 1110 | 1000000 | 100110 |
Color Harmonies of #9E4023
Complementary color
Monochromatic Colors of #9E4023
Black with #9E4023
Text Example
Text Example
White with #9E4023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4023; }
p { color: rgb(158,64,35); }
H1.HeaderClassName
{
color: #9E4023;
}
.AnyTagClassName
{
color: #9E4023;
}
</style>
background-color css
<style>
a { background-color: #9E4023; }
a { background-color: rgb(158,64,35); }
div.DivClassName
{
background-color: #9E4023;
}
.BgClassName
{
background-color: #9E4023;
}
</style>
border-color css
<style>
span { border-color: #9E4023; }
span { border-color: rgb(158,64,35); }
td.TdClassName
{
border-color: #9E4023;
}
.TagClassName
{
border-color: #9E4023;
}
</style>