Shades of Alert Tan #914D34
Tints of Alert Tan #914D34
RGB
CMYK
RGB Variations
Color information
#914D34 (or 0x914D34) is known color: Alert Tan. HEX triplet: 91, 4D and 34. RGB value is (145,77,52). Sum of RGB (Red+Green+Blue) = 145+77+52=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #914D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D34 is #6EB2CB. Grayscale: #5E5E5E. Windows color (decimal): -7254732 or 3427729. OLE color: 3427729.
HSL color Cylindrical-coordinate representation of color #914D34: hue angle of 16.13º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914D34 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 52 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.43 |
| HSL | 16.13º | 0.47% | 0.39% | - |
| HSV(B) | 16.13º | 0.64% | 0.57% | - |
| XYZ | 14.95 | 11.58 | 4.7 | - |
| YUV | 94.48 | 104.03 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 52 | 0 | 0.47 | 0.64 | 0.43 | 16.13 | 0.47 | 0.39 |
| Hex | 91 | 4D | 34 | 0 | 2F | 40 | 2B | 10 | 2F | 27 |
| Octal | 221 | 115 | 64 | 0 | 57 | 100 | 53 | 20 | 57 | 47 |
| Binary | 10010001 | 1001101 | 110100 | 0 | 101111 | 1000000 | 101011 | 10000 | 101111 | 100111 |
Color Harmonies of #914D34
Complementary color
Monochromatic Colors of #914D34
Black with #914D34
Text Example
Text Example
White with #914D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D34; }
p { color: rgb(145,77,52); }
H1.HeaderClassName
{
color: #914D34;
}
.AnyTagClassName
{
color: #914D34;
}
</style>
background-color css
<style>
a { background-color: #914D34; }
a { background-color: rgb(145,77,52); }
div.DivClassName
{
background-color: #914D34;
}
.BgClassName
{
background-color: #914D34;
}
</style>
border-color css
<style>
span { border-color: #914D34; }
span { border-color: rgb(145,77,52); }
td.TdClassName
{
border-color: #914D34;
}
.TagClassName
{
border-color: #914D34;
}
</style>