Shades of Rock Spray #9A492B
Tints of Rock Spray #9A492B
RGB
CMYK
RGB Variations
Color information
#9A492B (or 0x9A492B) is known color: Rock Spray. HEX triplet: 9A, 49 and 2B. RGB value is (154,73,43). Sum of RGB (Red+Green+Blue) = 154+73+43=270 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.04% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 154 - color contains mainly: red. Hex color #9A492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A492B is #65B6D4. Grayscale: #5E5E5E. Windows color (decimal): -6665941 or 2836890. OLE color: 2836890.
HSL color Cylindrical-coordinate representation of color #9A492B: hue angle of 16.22º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A492B is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 43 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.40 |
| HSL | 16.22º | 0.56% | 0.39% | - |
| HSV(B) | 16.22º | 0.72% | 0.6% | - |
| XYZ | 16.15 | 11.81 | 3.71 | - |
| YUV | 93.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 43 | 0 | 0.53 | 0.72 | 0.40 | 16.22 | 0.56 | 0.39 |
| Hex | 9A | 49 | 2B | 0 | 35 | 48 | 28 | 10 | 38 | 27 |
| Octal | 232 | 111 | 53 | 0 | 65 | 110 | 50 | 20 | 70 | 47 |
| Binary | 10011010 | 1001001 | 101011 | 0 | 110101 | 1001000 | 101000 | 10000 | 111000 | 100111 |
Color Harmonies of #9A492B
Complementary color
Monochromatic Colors of #9A492B
Black with #9A492B
Text Example
Text Example
White with #9A492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A492B; }
p { color: rgb(154,73,43); }
H1.HeaderClassName
{
color: #9A492B;
}
.AnyTagClassName
{
color: #9A492B;
}
</style>
background-color css
<style>
a { background-color: #9A492B; }
a { background-color: rgb(154,73,43); }
div.DivClassName
{
background-color: #9A492B;
}
.BgClassName
{
background-color: #9A492B;
}
</style>
border-color css
<style>
span { border-color: #9A492B; }
span { border-color: rgb(154,73,43); }
td.TdClassName
{
border-color: #9A492B;
}
.TagClassName
{
border-color: #9A492B;
}
</style>