Shades of Rock Spray #9E4321
Tints of Rock Spray #9E4321
RGB
CMYK
RGB Variations
Color information
#9E4321 (or 0x9E4321) is known color: Rock Spray. HEX triplet: 9E, 43 and 21. RGB value is (158,67,33). Sum of RGB (Red+Green+Blue) = 158+67+33=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4321 is #61BCDE. Grayscale: #5A5A5A. Windows color (decimal): -6405343 or 2179998. OLE color: 2179998.
HSL color Cylindrical-coordinate representation of color #9E4321: hue angle of 16.32º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E4321 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 33 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.38 |
| HSL | 16.32º | 0.65% | 0.37% | - |
| HSV(B) | 16.32º | 0.79% | 0.62% | - |
| XYZ | 16.38 | 11.39 | 2.77 | - |
| YUV | 90.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 33 | 0 | 0.58 | 0.79 | 0.38 | 16.32 | 0.65 | 0.37 |
| Hex | 9E | 43 | 21 | 0 | 3A | 4F | 26 | 10 | 41 | 25 |
| Octal | 236 | 103 | 41 | 0 | 72 | 117 | 46 | 20 | 101 | 45 |
| Binary | 10011110 | 1000011 | 100001 | 0 | 111010 | 1001111 | 100110 | 10000 | 1000001 | 100101 |
Color Harmonies of #9E4321
Complementary color
Monochromatic Colors of #9E4321
Black with #9E4321
Text Example
Text Example
White with #9E4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4321; }
p { color: rgb(158,67,33); }
H1.HeaderClassName
{
color: #9E4321;
}
.AnyTagClassName
{
color: #9E4321;
}
</style>
background-color css
<style>
a { background-color: #9E4321; }
a { background-color: rgb(158,67,33); }
div.DivClassName
{
background-color: #9E4321;
}
.BgClassName
{
background-color: #9E4321;
}
</style>
border-color css
<style>
span { border-color: #9E4321; }
span { border-color: rgb(158,67,33); }
td.TdClassName
{
border-color: #9E4321;
}
.TagClassName
{
border-color: #9E4321;
}
</style>