Shades of Rock Spray #9D4A2C
Tints of Rock Spray #9D4A2C
RGB
CMYK
RGB Variations
Color information
#9D4A2C (or 0x9D4A2C) is known color: Rock Spray. HEX triplet: 9D, 4A and 2C. RGB value is (157,74,44). Sum of RGB (Red+Green+Blue) = 157+74+44=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4A2C is #62B5D3. Grayscale: #5F5F5F. Windows color (decimal): -6469076 or 2902685. OLE color: 2902685.
HSL color Cylindrical-coordinate representation of color #9D4A2C: hue angle of 15.93º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D4A2C is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 74 | 44 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.38 |
| HSL | 15.93º | 0.56% | 0.39% | - |
| HSV(B) | 15.93º | 0.72% | 0.62% | - |
| XYZ | 16.81 | 12.25 | 3.86 | - |
| YUV | 95.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 44 | 0 | 0.53 | 0.72 | 0.38 | 15.93 | 0.56 | 0.39 |
| Hex | 9D | 4A | 2C | 0 | 35 | 48 | 26 | 10 | 38 | 27 |
| Octal | 235 | 112 | 54 | 0 | 65 | 110 | 46 | 20 | 70 | 47 |
| Binary | 10011101 | 1001010 | 101100 | 0 | 110101 | 1001000 | 100110 | 10000 | 111000 | 100111 |
Color Harmonies of #9D4A2C
Complementary color
Monochromatic Colors of #9D4A2C
Black with #9D4A2C
Text Example
Text Example
White with #9D4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4A2C; }
p { color: rgb(157,74,44); }
H1.HeaderClassName
{
color: #9D4A2C;
}
.AnyTagClassName
{
color: #9D4A2C;
}
</style>
background-color css
<style>
a { background-color: #9D4A2C; }
a { background-color: rgb(157,74,44); }
div.DivClassName
{
background-color: #9D4A2C;
}
.BgClassName
{
background-color: #9D4A2C;
}
</style>
border-color css
<style>
span { border-color: #9D4A2C; }
span { border-color: rgb(157,74,44); }
td.TdClassName
{
border-color: #9D4A2C;
}
.TagClassName
{
border-color: #9D4A2C;
}
</style>