Shades of Alert Tan #914A2A
Tints of Alert Tan #914A2A
RGB
CMYK
RGB Variations
Color information
#914A2A (or 0x914A2A) is known color: Alert Tan. HEX triplet: 91, 4A and 2A. RGB value is (145,74,42). Sum of RGB (Red+Green+Blue) = 145+74+42=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #914A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A2A is #6EB5D5. Grayscale: #5B5B5B. Windows color (decimal): -7255510 or 2771601. OLE color: 2771601.
HSL color Cylindrical-coordinate representation of color #914A2A: hue angle of 18.64º 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 #914A2A is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 74 | 42 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.43 |
| HSL | 18.64º | 0.55% | 0.37% | - |
| HSV(B) | 18.64º | 0.71% | 0.57% | - |
| XYZ | 14.54 | 11.08 | 3.56 | - |
| YUV | 91.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 42 | 0 | 0.49 | 0.71 | 0.43 | 18.64 | 0.55 | 0.37 |
| Hex | 91 | 4A | 2A | 0 | 31 | 47 | 2B | 13 | 37 | 25 |
| Octal | 221 | 112 | 52 | 0 | 61 | 107 | 53 | 23 | 67 | 45 |
| Binary | 10010001 | 1001010 | 101010 | 0 | 110001 | 1000111 | 101011 | 10011 | 110111 | 100101 |
Color Harmonies of #914A2A
Complementary color
Monochromatic Colors of #914A2A
Black with #914A2A
Text Example
Text Example
White with #914A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A2A; }
p { color: rgb(145,74,42); }
H1.HeaderClassName
{
color: #914A2A;
}
.AnyTagClassName
{
color: #914A2A;
}
</style>
background-color css
<style>
a { background-color: #914A2A; }
a { background-color: rgb(145,74,42); }
div.DivClassName
{
background-color: #914A2A;
}
.BgClassName
{
background-color: #914A2A;
}
</style>
border-color css
<style>
span { border-color: #914A2A; }
span { border-color: rgb(145,74,42); }
td.TdClassName
{
border-color: #914A2A;
}
.TagClassName
{
border-color: #914A2A;
}
</style>