Shades of Rock Spray #9E4028
Tints of Rock Spray #9E4028
RGB
CMYK
RGB Variations
Color information
#9E4028 (or 0x9E4028) is known color: Rock Spray. HEX triplet: 9E, 40 and 28. RGB value is (158,64,40). Sum of RGB (Red+Green+Blue) = 158+64+40=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4028 is #61BFD7. Grayscale: #595959. Windows color (decimal): -6406104 or 2637982. OLE color: 2637982.
HSL color Cylindrical-coordinate representation of color #9E4028: hue angle of 12.2º 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 #9E4028 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 40 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.38 |
| HSL | 12.2º | 0.6% | 0.39% | - |
| HSV(B) | 12.2º | 0.75% | 0.62% | - |
| XYZ | 16.32 | 11.09 | 3.29 | - |
| YUV | 89.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 40 | 0 | 0.59 | 0.75 | 0.38 | 12.2 | 0.6 | 0.39 |
| Hex | 9E | 40 | 28 | 0 | 3B | 4B | 26 | C | 3C | 27 |
| Octal | 236 | 100 | 50 | 0 | 73 | 113 | 46 | 14 | 74 | 47 |
| Binary | 10011110 | 1000000 | 101000 | 0 | 111011 | 1001011 | 100110 | 1100 | 111100 | 100111 |
Color Harmonies of #9E4028
Complementary color
Monochromatic Colors of #9E4028
Black with #9E4028
Text Example
Text Example
White with #9E4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4028; }
p { color: rgb(158,64,40); }
H1.HeaderClassName
{
color: #9E4028;
}
.AnyTagClassName
{
color: #9E4028;
}
</style>
background-color css
<style>
a { background-color: #9E4028; }
a { background-color: rgb(158,64,40); }
div.DivClassName
{
background-color: #9E4028;
}
.BgClassName
{
background-color: #9E4028;
}
</style>
border-color css
<style>
span { border-color: #9E4028; }
span { border-color: rgb(158,64,40); }
td.TdClassName
{
border-color: #9E4028;
}
.TagClassName
{
border-color: #9E4028;
}
</style>