Shades of Rock Spray #9D4A2F
Tints of Rock Spray #9D4A2F
RGB
CMYK
RGB Variations
Color information
#9D4A2F (or 0x9D4A2F) is known color: Rock Spray. HEX triplet: 9D, 4A and 2F. RGB value is (157,74,47). Sum of RGB (Red+Green+Blue) = 157+74+47=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4A2F is #62B5D0. Grayscale: #5F5F5F. Windows color (decimal): -6469073 or 3099293. OLE color: 3099293.
HSL color Cylindrical-coordinate representation of color #9D4A2F: hue angle of 14.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D4A2F is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 74 | 47 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.38 |
| HSL | 14.73º | 0.54% | 0.4% | - |
| HSV(B) | 14.73º | 0.7% | 0.62% | - |
| XYZ | 16.87 | 12.27 | 4.17 | - |
| YUV | 95.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 47 | 0 | 0.53 | 0.70 | 0.38 | 14.73 | 0.54 | 0.4 |
| Hex | 9D | 4A | 2F | 0 | 35 | 46 | 26 | F | 36 | 28 |
| Octal | 235 | 112 | 57 | 0 | 65 | 106 | 46 | 17 | 66 | 50 |
| Binary | 10011101 | 1001010 | 101111 | 0 | 110101 | 1000110 | 100110 | 1111 | 110110 | 101000 |
Color Harmonies of #9D4A2F
Complementary color
Monochromatic Colors of #9D4A2F
Black with #9D4A2F
Text Example
Text Example
White with #9D4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4A2F; }
p { color: rgb(157,74,47); }
H1.HeaderClassName
{
color: #9D4A2F;
}
.AnyTagClassName
{
color: #9D4A2F;
}
</style>
background-color css
<style>
a { background-color: #9D4A2F; }
a { background-color: rgb(157,74,47); }
div.DivClassName
{
background-color: #9D4A2F;
}
.BgClassName
{
background-color: #9D4A2F;
}
</style>
border-color css
<style>
span { border-color: #9D4A2F; }
span { border-color: rgb(157,74,47); }
td.TdClassName
{
border-color: #9D4A2F;
}
.TagClassName
{
border-color: #9D4A2F;
}
</style>