Shades of Alert Tan #914624
Tints of Alert Tan #914624
RGB
CMYK
RGB Variations
Color information
#914624 (or 0x914624) is known color: Alert Tan. HEX triplet: 91, 46 and 24. RGB value is (145,70,36). Sum of RGB (Red+Green+Blue) = 145+70+36=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #914624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914624 is #6EB9DB. Grayscale: #585858. Windows color (decimal): -7256540 or 2377361. OLE color: 2377361.
HSL color Cylindrical-coordinate representation of color #914624: hue angle of 18.72º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #914624 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 70 | 36 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.43 |
| HSL | 18.72º | 0.6% | 0.35% | - |
| HSV(B) | 18.72º | 0.75% | 0.57% | - |
| XYZ | 14.19 | 10.53 | 2.95 | - |
| YUV | 88.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 36 | 0 | 0.52 | 0.75 | 0.43 | 18.72 | 0.6 | 0.35 |
| Hex | 91 | 46 | 24 | 0 | 34 | 4B | 2B | 13 | 3C | 23 |
| Octal | 221 | 106 | 44 | 0 | 64 | 113 | 53 | 23 | 74 | 43 |
| Binary | 10010001 | 1000110 | 100100 | 0 | 110100 | 1001011 | 101011 | 10011 | 111100 | 100011 |
Color Harmonies of #914624
Complementary color
Monochromatic Colors of #914624
Black with #914624
Text Example
Text Example
White with #914624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914624; }
p { color: rgb(145,70,36); }
H1.HeaderClassName
{
color: #914624;
}
.AnyTagClassName
{
color: #914624;
}
</style>
background-color css
<style>
a { background-color: #914624; }
a { background-color: rgb(145,70,36); }
div.DivClassName
{
background-color: #914624;
}
.BgClassName
{
background-color: #914624;
}
</style>
border-color css
<style>
span { border-color: #914624; }
span { border-color: rgb(145,70,36); }
td.TdClassName
{
border-color: #914624;
}
.TagClassName
{
border-color: #914624;
}
</style>