Shades of Rock Spray #9A4A2F
Tints of Rock Spray #9A4A2F
RGB
CMYK
RGB Variations
Color information
#9A4A2F (or 0x9A4A2F) is known color: Rock Spray. HEX triplet: 9A, 4A and 2F. RGB value is (154,74,47). Sum of RGB (Red+Green+Blue) = 154+74+47=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4A2F is #65B5D0. Grayscale: #5F5F5F. Windows color (decimal): -6665681 or 3099290. OLE color: 3099290.
HSL color Cylindrical-coordinate representation of color #9A4A2F: hue angle of 15.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A4A2F is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 74 | 47 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.40 |
| HSL | 15.14º | 0.53% | 0.39% | - |
| HSV(B) | 15.14º | 0.69% | 0.6% | - |
| XYZ | 16.29 | 11.97 | 4.14 | - |
| YUV | 94.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 47 | 0 | 0.52 | 0.69 | 0.40 | 15.14 | 0.53 | 0.39 |
| Hex | 9A | 4A | 2F | 0 | 34 | 45 | 28 | F | 35 | 27 |
| Octal | 232 | 112 | 57 | 0 | 64 | 105 | 50 | 17 | 65 | 47 |
| Binary | 10011010 | 1001010 | 101111 | 0 | 110100 | 1000101 | 101000 | 1111 | 110101 | 100111 |
Color Harmonies of #9A4A2F
Complementary color
Monochromatic Colors of #9A4A2F
Black with #9A4A2F
Text Example
Text Example
White with #9A4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4A2F; }
p { color: rgb(154,74,47); }
H1.HeaderClassName
{
color: #9A4A2F;
}
.AnyTagClassName
{
color: #9A4A2F;
}
</style>
background-color css
<style>
a { background-color: #9A4A2F; }
a { background-color: rgb(154,74,47); }
div.DivClassName
{
background-color: #9A4A2F;
}
.BgClassName
{
background-color: #9A4A2F;
}
</style>
border-color css
<style>
span { border-color: #9A4A2F; }
span { border-color: rgb(154,74,47); }
td.TdClassName
{
border-color: #9A4A2F;
}
.TagClassName
{
border-color: #9A4A2F;
}
</style>