Shades of Rock Spray #9D4222
Tints of Rock Spray #9D4222
RGB
CMYK
RGB Variations
Color information
#9D4222 (or 0x9D4222) is known color: Rock Spray. HEX triplet: 9D, 42 and 22. RGB value is (157,66,34). Sum of RGB (Red+Green+Blue) = 157+66+34=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4222 is #62BDDD. Grayscale: #595959. Windows color (decimal): -6471134 or 2245277. OLE color: 2245277.
HSL color Cylindrical-coordinate representation of color #9D4222: hue angle of 15.61º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D4222 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 66 | 34 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.38 |
| HSL | 15.61º | 0.64% | 0.37% | - |
| HSV(B) | 15.61º | 0.78% | 0.62% | - |
| XYZ | 16.14 | 11.18 | 2.82 | - |
| YUV | 89.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 34 | 0 | 0.58 | 0.78 | 0.38 | 15.61 | 0.64 | 0.37 |
| Hex | 9D | 42 | 22 | 0 | 3A | 4E | 26 | 10 | 40 | 25 |
| Octal | 235 | 102 | 42 | 0 | 72 | 116 | 46 | 20 | 100 | 45 |
| Binary | 10011101 | 1000010 | 100010 | 0 | 111010 | 1001110 | 100110 | 10000 | 1000000 | 100101 |
Color Harmonies of #9D4222
Complementary color
Monochromatic Colors of #9D4222
Black with #9D4222
Text Example
Text Example
White with #9D4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4222; }
p { color: rgb(157,66,34); }
H1.HeaderClassName
{
color: #9D4222;
}
.AnyTagClassName
{
color: #9D4222;
}
</style>
background-color css
<style>
a { background-color: #9D4222; }
a { background-color: rgb(157,66,34); }
div.DivClassName
{
background-color: #9D4222;
}
.BgClassName
{
background-color: #9D4222;
}
</style>
border-color css
<style>
span { border-color: #9D4222; }
span { border-color: rgb(157,66,34); }
td.TdClassName
{
border-color: #9D4222;
}
.TagClassName
{
border-color: #9D4222;
}
</style>