Shades of Alert Tan #99441D
Tints of Alert Tan #99441D
RGB
CMYK
RGB Variations
Color information
#99441D (or 0x99441D) is known color: Alert Tan. HEX triplet: 99, 44 and 1D. RGB value is (153,68,29). Sum of RGB (Red+Green+Blue) = 153+68+29=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99441D is #66BBE2. Grayscale: #595959. Windows color (decimal): -6732771 or 1918105. OLE color: 1918105.
HSL color Cylindrical-coordinate representation of color #99441D: hue angle of 18.87º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99441D is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 29 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.4 |
| HSL | 18.87º | 0.68% | 0.36% | - |
| HSV(B) | 18.87º | 0.81% | 0.6% | - |
| XYZ | 15.43 | 11 | 2.47 | - |
| YUV | 88.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 29 | 0 | 0.56 | 0.81 | 0.4 | 18.87 | 0.68 | 0.36 |
| Hex | 99 | 44 | 1D | 0 | 38 | 51 | 28 | 13 | 44 | 24 |
| Octal | 231 | 104 | 35 | 0 | 70 | 121 | 50 | 23 | 104 | 44 |
| Binary | 10011001 | 1000100 | 11101 | 0 | 111000 | 1010001 | 101000 | 10011 | 1000100 | 100100 |
Color Harmonies of #99441D
Complementary color
Monochromatic Colors of #99441D
Black with #99441D
Text Example
Text Example
White with #99441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99441D; }
p { color: rgb(153,68,29); }
H1.HeaderClassName
{
color: #99441D;
}
.AnyTagClassName
{
color: #99441D;
}
</style>
background-color css
<style>
a { background-color: #99441D; }
a { background-color: rgb(153,68,29); }
div.DivClassName
{
background-color: #99441D;
}
.BgClassName
{
background-color: #99441D;
}
</style>
border-color css
<style>
span { border-color: #99441D; }
span { border-color: rgb(153,68,29); }
td.TdClassName
{
border-color: #99441D;
}
.TagClassName
{
border-color: #99441D;
}
</style>