Shades of Rock Spray #994420
Tints of Rock Spray #994420
RGB
CMYK
RGB Variations
Color information
#994420 (or 0x994420) is known color: Rock Spray. HEX triplet: 99, 44 and 20. RGB value is (153,68,32). Sum of RGB (Red+Green+Blue) = 153+68+32=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #994420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994420 is #66BBDF. Grayscale: #595959. Windows color (decimal): -6732768 or 2114713. OLE color: 2114713.
HSL color Cylindrical-coordinate representation of color #994420: hue angle of 17.85º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #994420 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 32 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.4 |
| HSL | 17.85º | 0.65% | 0.36% | - |
| HSV(B) | 17.85º | 0.79% | 0.6% | - |
| XYZ | 15.46 | 11.01 | 2.68 | - |
| YUV | 89.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 32 | 0 | 0.56 | 0.79 | 0.4 | 17.85 | 0.65 | 0.36 |
| Hex | 99 | 44 | 20 | 0 | 38 | 4F | 28 | 12 | 41 | 24 |
| Octal | 231 | 104 | 40 | 0 | 70 | 117 | 50 | 22 | 101 | 44 |
| Binary | 10011001 | 1000100 | 100000 | 0 | 111000 | 1001111 | 101000 | 10010 | 1000001 | 100100 |
Color Harmonies of #994420
Complementary color
Monochromatic Colors of #994420
Black with #994420
Text Example
Text Example
White with #994420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994420; }
p { color: rgb(153,68,32); }
H1.HeaderClassName
{
color: #994420;
}
.AnyTagClassName
{
color: #994420;
}
</style>
background-color css
<style>
a { background-color: #994420; }
a { background-color: rgb(153,68,32); }
div.DivClassName
{
background-color: #994420;
}
.BgClassName
{
background-color: #994420;
}
</style>
border-color css
<style>
span { border-color: #994420; }
span { border-color: rgb(153,68,32); }
td.TdClassName
{
border-color: #994420;
}
.TagClassName
{
border-color: #994420;
}
</style>