Shades of Rock Spray #99482B
Tints of Rock Spray #99482B
RGB
CMYK
RGB Variations
Color information
#99482B (or 0x99482B) is known color: Rock Spray. HEX triplet: 99, 48 and 2B. RGB value is (153,72,43). Sum of RGB (Red+Green+Blue) = 153+72+43=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99482B is #66B7D4. Grayscale: #5D5D5D. Windows color (decimal): -6731733 or 2836633. OLE color: 2836633.
HSL color Cylindrical-coordinate representation of color #99482B: hue angle of 15.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99482B is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 43 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.4 |
| HSL | 15.82º | 0.56% | 0.38% | - |
| HSV(B) | 15.82º | 0.72% | 0.6% | - |
| XYZ | 15.89 | 11.58 | 3.68 | - |
| YUV | 92.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 43 | 0 | 0.53 | 0.72 | 0.4 | 15.82 | 0.56 | 0.38 |
| Hex | 99 | 48 | 2B | 0 | 35 | 48 | 28 | 10 | 38 | 26 |
| Octal | 231 | 110 | 53 | 0 | 65 | 110 | 50 | 20 | 70 | 46 |
| Binary | 10011001 | 1001000 | 101011 | 0 | 110101 | 1001000 | 101000 | 10000 | 111000 | 100110 |
Color Harmonies of #99482B
Complementary color
Monochromatic Colors of #99482B
Black with #99482B
Text Example
Text Example
White with #99482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99482B; }
p { color: rgb(153,72,43); }
H1.HeaderClassName
{
color: #99482B;
}
.AnyTagClassName
{
color: #99482B;
}
</style>
background-color css
<style>
a { background-color: #99482B; }
a { background-color: rgb(153,72,43); }
div.DivClassName
{
background-color: #99482B;
}
.BgClassName
{
background-color: #99482B;
}
</style>
border-color css
<style>
span { border-color: #99482B; }
span { border-color: rgb(153,72,43); }
td.TdClassName
{
border-color: #99482B;
}
.TagClassName
{
border-color: #99482B;
}
</style>