Shades of Alert Tan #994B2B
Tints of Alert Tan #994B2B
RGB
CMYK
RGB Variations
Color information
#994B2B (or 0x994B2B) is known color: Alert Tan. HEX triplet: 99, 4B and 2B. RGB value is (153,75,43). Sum of RGB (Red+Green+Blue) = 153+75+43=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #994B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B2B is #66B4D4. Grayscale: #5E5E5E. Windows color (decimal): -6730965 or 2837401. OLE color: 2837401.
HSL color Cylindrical-coordinate representation of color #994B2B: hue angle of 17.45º 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 #994B2B is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 43 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.4 |
| HSL | 17.45º | 0.56% | 0.38% | - |
| HSV(B) | 17.45º | 0.72% | 0.6% | - |
| XYZ | 16.09 | 11.98 | 3.75 | - |
| YUV | 94.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 43 | 0 | 0.51 | 0.72 | 0.4 | 17.45 | 0.56 | 0.38 |
| Hex | 99 | 4B | 2B | 0 | 33 | 48 | 28 | 11 | 38 | 26 |
| Octal | 231 | 113 | 53 | 0 | 63 | 110 | 50 | 21 | 70 | 46 |
| Binary | 10011001 | 1001011 | 101011 | 0 | 110011 | 1001000 | 101000 | 10001 | 111000 | 100110 |
Color Harmonies of #994B2B
Complementary color
Monochromatic Colors of #994B2B
Black with #994B2B
Text Example
Text Example
White with #994B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B2B; }
p { color: rgb(153,75,43); }
H1.HeaderClassName
{
color: #994B2B;
}
.AnyTagClassName
{
color: #994B2B;
}
</style>
background-color css
<style>
a { background-color: #994B2B; }
a { background-color: rgb(153,75,43); }
div.DivClassName
{
background-color: #994B2B;
}
.BgClassName
{
background-color: #994B2B;
}
</style>
border-color css
<style>
span { border-color: #994B2B; }
span { border-color: rgb(153,75,43); }
td.TdClassName
{
border-color: #994B2B;
}
.TagClassName
{
border-color: #994B2B;
}
</style>