Shades of Rock Spray #99472F
Tints of Rock Spray #99472F
RGB
CMYK
RGB Variations
Color information
#99472F (or 0x99472F) is known color: Rock Spray. HEX triplet: 99, 47 and 2F. RGB value is (153,71,47). Sum of RGB (Red+Green+Blue) = 153+71+47=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #99472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99472F is #66B8D0. Grayscale: #5C5C5C. Windows color (decimal): -6731985 or 3098521. OLE color: 3098521.
HSL color Cylindrical-coordinate representation of color #99472F: hue angle of 13.58º 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 #99472F is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 47 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.4 |
| HSL | 13.58º | 0.53% | 0.39% | - |
| HSV(B) | 13.58º | 0.69% | 0.6% | - |
| XYZ | 15.9 | 11.48 | 4.07 | - |
| YUV | 92.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 47 | 0 | 0.54 | 0.69 | 0.4 | 13.58 | 0.53 | 0.39 |
| Hex | 99 | 47 | 2F | 0 | 36 | 45 | 28 | E | 35 | 27 |
| Octal | 231 | 107 | 57 | 0 | 66 | 105 | 50 | 16 | 65 | 47 |
| Binary | 10011001 | 1000111 | 101111 | 0 | 110110 | 1000101 | 101000 | 1110 | 110101 | 100111 |
Color Harmonies of #99472F
Complementary color
Monochromatic Colors of #99472F
Black with #99472F
Text Example
Text Example
White with #99472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99472F; }
p { color: rgb(153,71,47); }
H1.HeaderClassName
{
color: #99472F;
}
.AnyTagClassName
{
color: #99472F;
}
</style>
background-color css
<style>
a { background-color: #99472F; }
a { background-color: rgb(153,71,47); }
div.DivClassName
{
background-color: #99472F;
}
.BgClassName
{
background-color: #99472F;
}
</style>
border-color css
<style>
span { border-color: #99472F; }
span { border-color: rgb(153,71,47); }
td.TdClassName
{
border-color: #99472F;
}
.TagClassName
{
border-color: #99472F;
}
</style>