Shades of Rock Spray #994423
Tints of Rock Spray #994423
RGB
CMYK
RGB Variations
Color information
#994423 (or 0x994423) is known color: Rock Spray. HEX triplet: 99, 44 and 23. RGB value is (153,68,35). Sum of RGB (Red+Green+Blue) = 153+68+35=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #994423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994423 is #66BBDC. Grayscale: #595959. Windows color (decimal): -6732765 or 2311321. OLE color: 2311321.
HSL color Cylindrical-coordinate representation of color #994423: hue angle of 16.78º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #994423 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 35 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.4 |
| HSL | 16.78º | 0.63% | 0.37% | - |
| HSV(B) | 16.78º | 0.77% | 0.6% | - |
| XYZ | 15.51 | 11.03 | 2.9 | - |
| YUV | 89.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 35 | 0 | 0.56 | 0.77 | 0.4 | 16.78 | 0.63 | 0.37 |
| Hex | 99 | 44 | 23 | 0 | 38 | 4D | 28 | 11 | 3F | 25 |
| Octal | 231 | 104 | 43 | 0 | 70 | 115 | 50 | 21 | 77 | 45 |
| Binary | 10011001 | 1000100 | 100011 | 0 | 111000 | 1001101 | 101000 | 10001 | 111111 | 100101 |
Color Harmonies of #994423
Complementary color
Monochromatic Colors of #994423
Black with #994423
Text Example
Text Example
White with #994423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994423; }
p { color: rgb(153,68,35); }
H1.HeaderClassName
{
color: #994423;
}
.AnyTagClassName
{
color: #994423;
}
</style>
background-color css
<style>
a { background-color: #994423; }
a { background-color: rgb(153,68,35); }
div.DivClassName
{
background-color: #994423;
}
.BgClassName
{
background-color: #994423;
}
</style>
border-color css
<style>
span { border-color: #994423; }
span { border-color: rgb(153,68,35); }
td.TdClassName
{
border-color: #994423;
}
.TagClassName
{
border-color: #994423;
}
</style>