Shades of Rock Spray #9E4525
Tints of Rock Spray #9E4525
RGB
CMYK
RGB Variations
Color information
#9E4525 (or 0x9E4525) is known color: Rock Spray. HEX triplet: 9E, 45 and 25. RGB value is (158,69,37). Sum of RGB (Red+Green+Blue) = 158+69+37=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4525 is #61BADA. Grayscale: #5C5C5C. Windows color (decimal): -6404827 or 2442654. OLE color: 2442654.
HSL color Cylindrical-coordinate representation of color #9E4525: hue angle of 15.87º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E4525 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 69 | 37 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.38 |
| HSL | 15.87º | 0.62% | 0.38% | - |
| HSV(B) | 15.87º | 0.77% | 0.62% | - |
| XYZ | 16.56 | 11.66 | 3.13 | - |
| YUV | 91.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 37 | 0 | 0.56 | 0.77 | 0.38 | 15.87 | 0.62 | 0.38 |
| Hex | 9E | 45 | 25 | 0 | 38 | 4D | 26 | 10 | 3E | 26 |
| Octal | 236 | 105 | 45 | 0 | 70 | 115 | 46 | 20 | 76 | 46 |
| Binary | 10011110 | 1000101 | 100101 | 0 | 111000 | 1001101 | 100110 | 10000 | 111110 | 100110 |
Color Harmonies of #9E4525
Complementary color
Monochromatic Colors of #9E4525
Black with #9E4525
Text Example
Text Example
White with #9E4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4525; }
p { color: rgb(158,69,37); }
H1.HeaderClassName
{
color: #9E4525;
}
.AnyTagClassName
{
color: #9E4525;
}
</style>
background-color css
<style>
a { background-color: #9E4525; }
a { background-color: rgb(158,69,37); }
div.DivClassName
{
background-color: #9E4525;
}
.BgClassName
{
background-color: #9E4525;
}
</style>
border-color css
<style>
span { border-color: #9E4525; }
span { border-color: rgb(158,69,37); }
td.TdClassName
{
border-color: #9E4525;
}
.TagClassName
{
border-color: #9E4525;
}
</style>