Shades of Alert Tan #914829
Tints of Alert Tan #914829
RGB
CMYK
RGB Variations
Color information
#914829 (or 0x914829) is known color: Alert Tan. HEX triplet: 91, 48 and 29. RGB value is (145,72,41). Sum of RGB (Red+Green+Blue) = 145+72+41=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #914829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914829 is #6EB7D6. Grayscale: #5A5A5A. Windows color (decimal): -7256023 or 2705553. OLE color: 2705553.
HSL color Cylindrical-coordinate representation of color #914829: hue angle of 17.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #914829 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 41 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.43 |
| HSL | 17.88º | 0.56% | 0.36% | - |
| HSV(B) | 17.88º | 0.72% | 0.57% | - |
| XYZ | 14.39 | 10.81 | 3.43 | - |
| YUV | 90.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 41 | 0 | 0.50 | 0.72 | 0.43 | 17.88 | 0.56 | 0.36 |
| Hex | 91 | 48 | 29 | 0 | 32 | 48 | 2B | 12 | 38 | 24 |
| Octal | 221 | 110 | 51 | 0 | 62 | 110 | 53 | 22 | 70 | 44 |
| Binary | 10010001 | 1001000 | 101001 | 0 | 110010 | 1001000 | 101011 | 10010 | 111000 | 100100 |
Color Harmonies of #914829
Complementary color
Monochromatic Colors of #914829
Black with #914829
Text Example
Text Example
White with #914829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914829; }
p { color: rgb(145,72,41); }
H1.HeaderClassName
{
color: #914829;
}
.AnyTagClassName
{
color: #914829;
}
</style>
background-color css
<style>
a { background-color: #914829; }
a { background-color: rgb(145,72,41); }
div.DivClassName
{
background-color: #914829;
}
.BgClassName
{
background-color: #914829;
}
</style>
border-color css
<style>
span { border-color: #914829; }
span { border-color: rgb(145,72,41); }
td.TdClassName
{
border-color: #914829;
}
.TagClassName
{
border-color: #914829;
}
</style>