Shades of Alert Tan #994926
Tints of Alert Tan #994926
RGB
CMYK
RGB Variations
Color information
#994926 (or 0x994926) is known color: Alert Tan. HEX triplet: 99, 49 and 26. RGB value is (153,73,38). Sum of RGB (Red+Green+Blue) = 153+73+38=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #994926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994926 is #66B6D9. Grayscale: #5D5D5D. Windows color (decimal): -6731482 or 2509209. OLE color: 2509209.
HSL color Cylindrical-coordinate representation of color #994926: hue angle of 18.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #994926 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 38 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.4 |
| HSL | 18.26º | 0.6% | 0.37% | - |
| HSV(B) | 18.26º | 0.75% | 0.6% | - |
| XYZ | 15.87 | 11.68 | 3.25 | - |
| YUV | 92.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 38 | 0 | 0.52 | 0.75 | 0.4 | 18.26 | 0.6 | 0.37 |
| Hex | 99 | 49 | 26 | 0 | 34 | 4B | 28 | 12 | 3C | 25 |
| Octal | 231 | 111 | 46 | 0 | 64 | 113 | 50 | 22 | 74 | 45 |
| Binary | 10011001 | 1001001 | 100110 | 0 | 110100 | 1001011 | 101000 | 10010 | 111100 | 100101 |
Color Harmonies of #994926
Complementary color
Monochromatic Colors of #994926
Black with #994926
Text Example
Text Example
White with #994926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994926; }
p { color: rgb(153,73,38); }
H1.HeaderClassName
{
color: #994926;
}
.AnyTagClassName
{
color: #994926;
}
</style>
background-color css
<style>
a { background-color: #994926; }
a { background-color: rgb(153,73,38); }
div.DivClassName
{
background-color: #994926;
}
.BgClassName
{
background-color: #994926;
}
</style>
border-color css
<style>
span { border-color: #994926; }
span { border-color: rgb(153,73,38); }
td.TdClassName
{
border-color: #994926;
}
.TagClassName
{
border-color: #994926;
}
</style>