Shades of Alert Tan #99471F
Tints of Alert Tan #99471F
RGB
CMYK
RGB Variations
Color information
#99471F (or 0x99471F) is known color: Alert Tan. HEX triplet: 99, 47 and 1F. RGB value is (153,71,31). Sum of RGB (Red+Green+Blue) = 153+71+31=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #99471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99471F is #66B8E0. Grayscale: #5B5B5B. Windows color (decimal): -6732001 or 2049945. OLE color: 2049945.
HSL color Cylindrical-coordinate representation of color #99471F: hue angle of 19.67º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99471F is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 31 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.4 |
| HSL | 19.67º | 0.66% | 0.36% | - |
| HSV(B) | 19.67º | 0.8% | 0.6% | - |
| XYZ | 15.64 | 11.38 | 2.67 | - |
| YUV | 90.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 31 | 0 | 0.54 | 0.80 | 0.4 | 19.67 | 0.66 | 0.36 |
| Hex | 99 | 47 | 1F | 0 | 36 | 50 | 28 | 14 | 42 | 24 |
| Octal | 231 | 107 | 37 | 0 | 66 | 120 | 50 | 24 | 102 | 44 |
| Binary | 10011001 | 1000111 | 11111 | 0 | 110110 | 1010000 | 101000 | 10100 | 1000010 | 100100 |
Color Harmonies of #99471F
Complementary color
Monochromatic Colors of #99471F
Black with #99471F
Text Example
Text Example
White with #99471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99471F; }
p { color: rgb(153,71,31); }
H1.HeaderClassName
{
color: #99471F;
}
.AnyTagClassName
{
color: #99471F;
}
</style>
background-color css
<style>
a { background-color: #99471F; }
a { background-color: rgb(153,71,31); }
div.DivClassName
{
background-color: #99471F;
}
.BgClassName
{
background-color: #99471F;
}
</style>
border-color css
<style>
span { border-color: #99471F; }
span { border-color: rgb(153,71,31); }
td.TdClassName
{
border-color: #99471F;
}
.TagClassName
{
border-color: #99471F;
}
</style>