Shades of Rock Spray #9D4122
Tints of Rock Spray #9D4122
RGB
CMYK
RGB Variations
Color information
#9D4122 (or 0x9D4122) is known color: Rock Spray. HEX triplet: 9D, 41 and 22. RGB value is (157,65,34). Sum of RGB (Red+Green+Blue) = 157+65+34=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4122 is #62BEDD. Grayscale: #595959. Windows color (decimal): -6471390 or 2245021. OLE color: 2245021.
HSL color Cylindrical-coordinate representation of color #9D4122: hue angle of 15.12º 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 #9D4122 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 65 | 34 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.38 |
| HSL | 15.12º | 0.64% | 0.37% | - |
| HSV(B) | 15.12º | 0.78% | 0.62% | - |
| XYZ | 16.08 | 11.06 | 2.8 | - |
| YUV | 88.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 34 | 0 | 0.59 | 0.78 | 0.38 | 15.12 | 0.64 | 0.37 |
| Hex | 9D | 41 | 22 | 0 | 3B | 4E | 26 | F | 40 | 25 |
| Octal | 235 | 101 | 42 | 0 | 73 | 116 | 46 | 17 | 100 | 45 |
| Binary | 10011101 | 1000001 | 100010 | 0 | 111011 | 1001110 | 100110 | 1111 | 1000000 | 100101 |
Color Harmonies of #9D4122
Complementary color
Monochromatic Colors of #9D4122
Black with #9D4122
Text Example
Text Example
White with #9D4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4122; }
p { color: rgb(157,65,34); }
H1.HeaderClassName
{
color: #9D4122;
}
.AnyTagClassName
{
color: #9D4122;
}
</style>
background-color css
<style>
a { background-color: #9D4122; }
a { background-color: rgb(157,65,34); }
div.DivClassName
{
background-color: #9D4122;
}
.BgClassName
{
background-color: #9D4122;
}
</style>
border-color css
<style>
span { border-color: #9D4122; }
span { border-color: rgb(157,65,34); }
td.TdClassName
{
border-color: #9D4122;
}
.TagClassName
{
border-color: #9D4122;
}
</style>