Shades of Rock Spray #9A4931
Tints of Rock Spray #9A4931
RGB
CMYK
RGB Variations
Color information
#9A4931 (or 0x9A4931) is known color: Rock Spray. HEX triplet: 9A, 49 and 31. RGB value is (154,73,49). Sum of RGB (Red+Green+Blue) = 154+73+49=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4931 is #65B6CE. Grayscale: #5E5E5E. Windows color (decimal): -6665935 or 3230106. OLE color: 3230106.
HSL color Cylindrical-coordinate representation of color #9A4931: hue angle of 13.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A4931 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 49 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.40 |
| HSL | 13.71º | 0.52% | 0.4% | - |
| HSV(B) | 13.71º | 0.68% | 0.6% | - |
| XYZ | 16.26 | 11.86 | 4.34 | - |
| YUV | 94.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 49 | 0 | 0.53 | 0.68 | 0.40 | 13.71 | 0.52 | 0.4 |
| Hex | 9A | 49 | 31 | 0 | 35 | 44 | 28 | E | 34 | 28 |
| Octal | 232 | 111 | 61 | 0 | 65 | 104 | 50 | 16 | 64 | 50 |
| Binary | 10011010 | 1001001 | 110001 | 0 | 110101 | 1000100 | 101000 | 1110 | 110100 | 101000 |
Color Harmonies of #9A4931
Complementary color
Monochromatic Colors of #9A4931
Black with #9A4931
Text Example
Text Example
White with #9A4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4931; }
p { color: rgb(154,73,49); }
H1.HeaderClassName
{
color: #9A4931;
}
.AnyTagClassName
{
color: #9A4931;
}
</style>
background-color css
<style>
a { background-color: #9A4931; }
a { background-color: rgb(154,73,49); }
div.DivClassName
{
background-color: #9A4931;
}
.BgClassName
{
background-color: #9A4931;
}
</style>
border-color css
<style>
span { border-color: #9A4931; }
span { border-color: rgb(154,73,49); }
td.TdClassName
{
border-color: #9A4931;
}
.TagClassName
{
border-color: #9A4931;
}
</style>