Shades of Alert Tan #994B2C
Tints of Alert Tan #994B2C
RGB
CMYK
RGB Variations
Color information
#994B2C (or 0x994B2C) is known color: Alert Tan. HEX triplet: 99, 4B and 2C. RGB value is (153,75,44). Sum of RGB (Red+Green+Blue) = 153+75+44=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #994B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B2C is #66B4D3. Grayscale: #5E5E5E. Windows color (decimal): -6730964 or 2902937. OLE color: 2902937.
HSL color Cylindrical-coordinate representation of color #994B2C: hue angle of 17.06º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #994B2C is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 44 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.4 |
| HSL | 17.06º | 0.55% | 0.39% | - |
| HSV(B) | 17.06º | 0.71% | 0.6% | - |
| XYZ | 16.11 | 11.99 | 3.85 | - |
| YUV | 94.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 44 | 0 | 0.51 | 0.71 | 0.4 | 17.06 | 0.55 | 0.39 |
| Hex | 99 | 4B | 2C | 0 | 33 | 47 | 28 | 11 | 37 | 27 |
| Octal | 231 | 113 | 54 | 0 | 63 | 107 | 50 | 21 | 67 | 47 |
| Binary | 10011001 | 1001011 | 101100 | 0 | 110011 | 1000111 | 101000 | 10001 | 110111 | 100111 |
Color Harmonies of #994B2C
Complementary color
Monochromatic Colors of #994B2C
Black with #994B2C
Text Example
Text Example
White with #994B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B2C; }
p { color: rgb(153,75,44); }
H1.HeaderClassName
{
color: #994B2C;
}
.AnyTagClassName
{
color: #994B2C;
}
</style>
background-color css
<style>
a { background-color: #994B2C; }
a { background-color: rgb(153,75,44); }
div.DivClassName
{
background-color: #994B2C;
}
.BgClassName
{
background-color: #994B2C;
}
</style>
border-color css
<style>
span { border-color: #994B2C; }
span { border-color: rgb(153,75,44); }
td.TdClassName
{
border-color: #994B2C;
}
.TagClassName
{
border-color: #994B2C;
}
</style>