Shades of Alert Tan #994B31
Tints of Alert Tan #994B31
RGB
CMYK
RGB Variations
Color information
#994B31 (or 0x994B31) is known color: Alert Tan. HEX triplet: 99, 4B and 31. RGB value is (153,75,49). Sum of RGB (Red+Green+Blue) = 153+75+49=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B31 is #66B4CE. Grayscale: #5F5F5F. Windows color (decimal): -6730959 or 3230617. OLE color: 3230617.
HSL color Cylindrical-coordinate representation of color #994B31: hue angle of 15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994B31 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 49 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.4 |
| HSL | 15º | 0.51% | 0.4% | - |
| HSV(B) | 15º | 0.68% | 0.6% | - |
| XYZ | 16.21 | 12.03 | 4.37 | - |
| YUV | 95.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 49 | 0 | 0.51 | 0.68 | 0.4 | 15 | 0.51 | 0.4 |
| Hex | 99 | 4B | 31 | 0 | 33 | 44 | 28 | F | 33 | 28 |
| Octal | 231 | 113 | 61 | 0 | 63 | 104 | 50 | 17 | 63 | 50 |
| Binary | 10011001 | 1001011 | 110001 | 0 | 110011 | 1000100 | 101000 | 1111 | 110011 | 101000 |
Color Harmonies of #994B31
Complementary color
Monochromatic Colors of #994B31
Black with #994B31
Text Example
Text Example
White with #994B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B31; }
p { color: rgb(153,75,49); }
H1.HeaderClassName
{
color: #994B31;
}
.AnyTagClassName
{
color: #994B31;
}
</style>
background-color css
<style>
a { background-color: #994B31; }
a { background-color: rgb(153,75,49); }
div.DivClassName
{
background-color: #994B31;
}
.BgClassName
{
background-color: #994B31;
}
</style>
border-color css
<style>
span { border-color: #994B31; }
span { border-color: rgb(153,75,49); }
td.TdClassName
{
border-color: #994B31;
}
.TagClassName
{
border-color: #994B31;
}
</style>