Shades of Alert Tan #994B23
Tints of Alert Tan #994B23
RGB
CMYK
RGB Variations
Color information
#994B23 (or 0x994B23) is known color: Alert Tan. HEX triplet: 99, 4B and 23. RGB value is (153,75,35). Sum of RGB (Red+Green+Blue) = 153+75+35=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #994B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B23 is #66B4DC. Grayscale: #5E5E5E. Windows color (decimal): -6730973 or 2313113. OLE color: 2313113.
HSL color Cylindrical-coordinate representation of color #994B23: hue angle of 20.34º 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 #994B23 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 35 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.4 |
| HSL | 20.34º | 0.63% | 0.37% | - |
| HSV(B) | 20.34º | 0.77% | 0.6% | - |
| XYZ | 15.96 | 11.93 | 3.05 | - |
| YUV | 93.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 35 | 0 | 0.51 | 0.77 | 0.4 | 20.34 | 0.63 | 0.37 |
| Hex | 99 | 4B | 23 | 0 | 33 | 4D | 28 | 14 | 3F | 25 |
| Octal | 231 | 113 | 43 | 0 | 63 | 115 | 50 | 24 | 77 | 45 |
| Binary | 10011001 | 1001011 | 100011 | 0 | 110011 | 1001101 | 101000 | 10100 | 111111 | 100101 |
Color Harmonies of #994B23
Complementary color
Monochromatic Colors of #994B23
Black with #994B23
Text Example
Text Example
White with #994B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B23; }
p { color: rgb(153,75,35); }
H1.HeaderClassName
{
color: #994B23;
}
.AnyTagClassName
{
color: #994B23;
}
</style>
background-color css
<style>
a { background-color: #994B23; }
a { background-color: rgb(153,75,35); }
div.DivClassName
{
background-color: #994B23;
}
.BgClassName
{
background-color: #994B23;
}
</style>
border-color css
<style>
span { border-color: #994B23; }
span { border-color: rgb(153,75,35); }
td.TdClassName
{
border-color: #994B23;
}
.TagClassName
{
border-color: #994B23;
}
</style>