Shades of Rock Spray #9E3B22
Tints of Rock Spray #9E3B22
RGB
CMYK
RGB Variations
Color information
#9E3B22 (or 0x9E3B22) is known color: Rock Spray. HEX triplet: 9E, 3B and 22. RGB value is (158,59,34). Sum of RGB (Red+Green+Blue) = 158+59+34=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3B22 is #61C4DD. Grayscale: #555555. Windows color (decimal): -6407390 or 2243486. OLE color: 2243486.
HSL color Cylindrical-coordinate representation of color #9E3B22: hue angle of 12.1º 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 #9E3B22 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 59 | 34 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.38 |
| HSL | 12.1º | 0.65% | 0.38% | - |
| HSV(B) | 12.1º | 0.78% | 0.62% | - |
| XYZ | 15.95 | 10.51 | 2.7 | - |
| YUV | 85.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 59 | 34 | 0 | 0.63 | 0.78 | 0.38 | 12.1 | 0.65 | 0.38 |
| Hex | 9E | 3B | 22 | 0 | 3F | 4E | 26 | C | 41 | 26 |
| Octal | 236 | 73 | 42 | 0 | 77 | 116 | 46 | 14 | 101 | 46 |
| Binary | 10011110 | 111011 | 100010 | 0 | 111111 | 1001110 | 100110 | 1100 | 1000001 | 100110 |
Color Harmonies of #9E3B22
Complementary color
Monochromatic Colors of #9E3B22
Black with #9E3B22
Text Example
Text Example
White with #9E3B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3B22; }
p { color: rgb(158,59,34); }
H1.HeaderClassName
{
color: #9E3B22;
}
.AnyTagClassName
{
color: #9E3B22;
}
</style>
background-color css
<style>
a { background-color: #9E3B22; }
a { background-color: rgb(158,59,34); }
div.DivClassName
{
background-color: #9E3B22;
}
.BgClassName
{
background-color: #9E3B22;
}
</style>
border-color css
<style>
span { border-color: #9E3B22; }
span { border-color: rgb(158,59,34); }
td.TdClassName
{
border-color: #9E3B22;
}
.TagClassName
{
border-color: #9E3B22;
}
</style>