Shades of Rock Spray #9D4021
Tints of Rock Spray #9D4021
RGB
CMYK
RGB Variations
Color information
#9D4021 (or 0x9D4021) is known color: Rock Spray. HEX triplet: 9D, 40 and 21. RGB value is (157,64,33). Sum of RGB (Red+Green+Blue) = 157+64+33=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4021 is #62BFDE. Grayscale: #585858. Windows color (decimal): -6471647 or 2179229. OLE color: 2179229.
HSL color Cylindrical-coordinate representation of color #9D4021: hue angle of 15º 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 #9D4021 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 33 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.38 |
| HSL | 15º | 0.65% | 0.37% | - |
| HSV(B) | 15º | 0.79% | 0.62% | - |
| XYZ | 16.01 | 10.94 | 2.71 | - |
| YUV | 88.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 33 | 0 | 0.59 | 0.79 | 0.38 | 15 | 0.65 | 0.37 |
| Hex | 9D | 40 | 21 | 0 | 3B | 4F | 26 | F | 41 | 25 |
| Octal | 235 | 100 | 41 | 0 | 73 | 117 | 46 | 17 | 101 | 45 |
| Binary | 10011101 | 1000000 | 100001 | 0 | 111011 | 1001111 | 100110 | 1111 | 1000001 | 100101 |
Color Harmonies of #9D4021
Complementary color
Monochromatic Colors of #9D4021
Black with #9D4021
Text Example
Text Example
White with #9D4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4021; }
p { color: rgb(157,64,33); }
H1.HeaderClassName
{
color: #9D4021;
}
.AnyTagClassName
{
color: #9D4021;
}
</style>
background-color css
<style>
a { background-color: #9D4021; }
a { background-color: rgb(157,64,33); }
div.DivClassName
{
background-color: #9D4021;
}
.BgClassName
{
background-color: #9D4021;
}
</style>
border-color css
<style>
span { border-color: #9D4021; }
span { border-color: rgb(157,64,33); }
td.TdClassName
{
border-color: #9D4021;
}
.TagClassName
{
border-color: #9D4021;
}
</style>