Shades of Alert Tan #994B2F
Tints of Alert Tan #994B2F
RGB
CMYK
RGB Variations
Color information
#994B2F (or 0x994B2F) is known color: Alert Tan. HEX triplet: 99, 4B and 2F. RGB value is (153,75,47). Sum of RGB (Red+Green+Blue) = 153+75+47=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #994B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B2F is #66B4D0. Grayscale: #5F5F5F. Windows color (decimal): -6730961 or 3099545. OLE color: 3099545.
HSL color Cylindrical-coordinate representation of color #994B2F: hue angle of 15.85º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994B2F is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 47 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.4 |
| HSL | 15.85º | 0.53% | 0.39% | - |
| HSV(B) | 15.85º | 0.69% | 0.6% | - |
| XYZ | 16.17 | 12.01 | 4.16 | - |
| YUV | 95.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 47 | 0 | 0.51 | 0.69 | 0.4 | 15.85 | 0.53 | 0.39 |
| Hex | 99 | 4B | 2F | 0 | 33 | 45 | 28 | 10 | 35 | 27 |
| Octal | 231 | 113 | 57 | 0 | 63 | 105 | 50 | 20 | 65 | 47 |
| Binary | 10011001 | 1001011 | 101111 | 0 | 110011 | 1000101 | 101000 | 10000 | 110101 | 100111 |
Color Harmonies of #994B2F
Complementary color
Monochromatic Colors of #994B2F
Black with #994B2F
Text Example
Text Example
White with #994B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B2F; }
p { color: rgb(153,75,47); }
H1.HeaderClassName
{
color: #994B2F;
}
.AnyTagClassName
{
color: #994B2F;
}
</style>
background-color css
<style>
a { background-color: #994B2F; }
a { background-color: rgb(153,75,47); }
div.DivClassName
{
background-color: #994B2F;
}
.BgClassName
{
background-color: #994B2F;
}
</style>
border-color css
<style>
span { border-color: #994B2F; }
span { border-color: rgb(153,75,47); }
td.TdClassName
{
border-color: #994B2F;
}
.TagClassName
{
border-color: #994B2F;
}
</style>