Shades of Rock Spray #9D4A33
Tints of Rock Spray #9D4A33
RGB
CMYK
RGB Variations
Color information
#9D4A33 (or 0x9D4A33) is known color: Rock Spray. HEX triplet: 9D, 4A and 33. RGB value is (157,74,51). Sum of RGB (Red+Green+Blue) = 157+74+51=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4A33 is #62B5CC. Grayscale: #606060. Windows color (decimal): -6469069 or 3361437. OLE color: 3361437.
HSL color Cylindrical-coordinate representation of color #9D4A33: hue angle of 13.02º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D4A33 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 74 | 51 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.38 |
| HSL | 13.02º | 0.51% | 0.41% | - |
| HSV(B) | 13.02º | 0.68% | 0.62% | - |
| XYZ | 16.95 | 12.3 | 4.61 | - |
| YUV | 96.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 51 | 0 | 0.53 | 0.68 | 0.38 | 13.02 | 0.51 | 0.41 |
| Hex | 9D | 4A | 33 | 0 | 35 | 44 | 26 | D | 33 | 29 |
| Octal | 235 | 112 | 63 | 0 | 65 | 104 | 46 | 15 | 63 | 51 |
| Binary | 10011101 | 1001010 | 110011 | 0 | 110101 | 1000100 | 100110 | 1101 | 110011 | 101001 |
Color Harmonies of #9D4A33
Complementary color
Monochromatic Colors of #9D4A33
Black with #9D4A33
Text Example
Text Example
White with #9D4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4A33; }
p { color: rgb(157,74,51); }
H1.HeaderClassName
{
color: #9D4A33;
}
.AnyTagClassName
{
color: #9D4A33;
}
</style>
background-color css
<style>
a { background-color: #9D4A33; }
a { background-color: rgb(157,74,51); }
div.DivClassName
{
background-color: #9D4A33;
}
.BgClassName
{
background-color: #9D4A33;
}
</style>
border-color css
<style>
span { border-color: #9D4A33; }
span { border-color: rgb(157,74,51); }
td.TdClassName
{
border-color: #9D4A33;
}
.TagClassName
{
border-color: #9D4A33;
}
</style>