Shades of Rock Spray #9E3A22
Tints of Rock Spray #9E3A22
RGB
CMYK
RGB Variations
Color information
#9E3A22 (or 0x9E3A22) is known color: Rock Spray. HEX triplet: 9E, 3A and 22. RGB value is (158,58,34). Sum of RGB (Red+Green+Blue) = 158+58+34=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3A22 is #61C5DD. Grayscale: #555555. Windows color (decimal): -6407646 or 2243230. OLE color: 2243230.
HSL color Cylindrical-coordinate representation of color #9E3A22: hue angle of 11.61º degrees, saturation: 0.65, 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 #9E3A22 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 58 | 34 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.38 |
| HSL | 11.61º | 0.65% | 0.38% | - |
| HSV(B) | 11.61º | 0.78% | 0.62% | - |
| XYZ | 15.9 | 10.41 | 2.68 | - |
| YUV | 85.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 34 | 0 | 0.63 | 0.78 | 0.38 | 11.61 | 0.65 | 0.38 |
| Hex | 9E | 3A | 22 | 0 | 3F | 4E | 26 | C | 41 | 26 |
| Octal | 236 | 72 | 42 | 0 | 77 | 116 | 46 | 14 | 101 | 46 |
| Binary | 10011110 | 111010 | 100010 | 0 | 111111 | 1001110 | 100110 | 1100 | 1000001 | 100110 |
Color Harmonies of #9E3A22
Complementary color
Monochromatic Colors of #9E3A22
Black with #9E3A22
Text Example
Text Example
White with #9E3A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3A22; }
p { color: rgb(158,58,34); }
H1.HeaderClassName
{
color: #9E3A22;
}
.AnyTagClassName
{
color: #9E3A22;
}
</style>
background-color css
<style>
a { background-color: #9E3A22; }
a { background-color: rgb(158,58,34); }
div.DivClassName
{
background-color: #9E3A22;
}
.BgClassName
{
background-color: #9E3A22;
}
</style>
border-color css
<style>
span { border-color: #9E3A22; }
span { border-color: rgb(158,58,34); }
td.TdClassName
{
border-color: #9E3A22;
}
.TagClassName
{
border-color: #9E3A22;
}
</style>