Shades of Rock Spray #9E4528
Tints of Rock Spray #9E4528
RGB
CMYK
RGB Variations
Color information
#9E4528 (or 0x9E4528) is known color: Rock Spray. HEX triplet: 9E, 45 and 28. RGB value is (158,69,40). Sum of RGB (Red+Green+Blue) = 158+69+40=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4528 is #61BAD7. Grayscale: #5C5C5C. Windows color (decimal): -6404824 or 2639262. OLE color: 2639262.
HSL color Cylindrical-coordinate representation of color #9E4528: hue angle of 14.75º 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 #9E4528 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 69 | 40 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.38 |
| HSL | 14.75º | 0.6% | 0.39% | - |
| HSV(B) | 14.75º | 0.75% | 0.62% | - |
| XYZ | 16.61 | 11.68 | 3.39 | - |
| YUV | 92.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 40 | 0 | 0.56 | 0.75 | 0.38 | 14.75 | 0.6 | 0.39 |
| Hex | 9E | 45 | 28 | 0 | 38 | 4B | 26 | F | 3C | 27 |
| Octal | 236 | 105 | 50 | 0 | 70 | 113 | 46 | 17 | 74 | 47 |
| Binary | 10011110 | 1000101 | 101000 | 0 | 111000 | 1001011 | 100110 | 1111 | 111100 | 100111 |
Color Harmonies of #9E4528
Complementary color
Monochromatic Colors of #9E4528
Black with #9E4528
Text Example
Text Example
White with #9E4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4528; }
p { color: rgb(158,69,40); }
H1.HeaderClassName
{
color: #9E4528;
}
.AnyTagClassName
{
color: #9E4528;
}
</style>
background-color css
<style>
a { background-color: #9E4528; }
a { background-color: rgb(158,69,40); }
div.DivClassName
{
background-color: #9E4528;
}
.BgClassName
{
background-color: #9E4528;
}
</style>
border-color css
<style>
span { border-color: #9E4528; }
span { border-color: rgb(158,69,40); }
td.TdClassName
{
border-color: #9E4528;
}
.TagClassName
{
border-color: #9E4528;
}
</style>