Shades of Alert Tan #91472A
Tints of Alert Tan #91472A
RGB
CMYK
RGB Variations
Color information
#91472A (or 0x91472A) is known color: Alert Tan. HEX triplet: 91, 47 and 2A. RGB value is (145,71,42). Sum of RGB (Red+Green+Blue) = 145+71+42=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #91472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91472A is #6EB8D5. Grayscale: #5A5A5A. Windows color (decimal): -7256278 or 2770833. OLE color: 2770833.
HSL color Cylindrical-coordinate representation of color #91472A: hue angle of 16.89º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91472A is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 42 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.43 |
| HSL | 16.89º | 0.55% | 0.37% | - |
| HSV(B) | 16.89º | 0.71% | 0.57% | - |
| XYZ | 14.35 | 10.69 | 3.5 | - |
| YUV | 89.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 42 | 0 | 0.51 | 0.71 | 0.43 | 16.89 | 0.55 | 0.37 |
| Hex | 91 | 47 | 2A | 0 | 33 | 47 | 2B | 11 | 37 | 25 |
| Octal | 221 | 107 | 52 | 0 | 63 | 107 | 53 | 21 | 67 | 45 |
| Binary | 10010001 | 1000111 | 101010 | 0 | 110011 | 1000111 | 101011 | 10001 | 110111 | 100101 |
Color Harmonies of #91472A
Complementary color
Monochromatic Colors of #91472A
Black with #91472A
Text Example
Text Example
White with #91472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91472A; }
p { color: rgb(145,71,42); }
H1.HeaderClassName
{
color: #91472A;
}
.AnyTagClassName
{
color: #91472A;
}
</style>
background-color css
<style>
a { background-color: #91472A; }
a { background-color: rgb(145,71,42); }
div.DivClassName
{
background-color: #91472A;
}
.BgClassName
{
background-color: #91472A;
}
</style>
border-color css
<style>
span { border-color: #91472A; }
span { border-color: rgb(145,71,42); }
td.TdClassName
{
border-color: #91472A;
}
.TagClassName
{
border-color: #91472A;
}
</style>