Shades of Alert Tan #914C29
Tints of Alert Tan #914C29
RGB
CMYK
RGB Variations
Color information
#914C29 (or 0x914C29) is known color: Alert Tan. HEX triplet: 91, 4C and 29. RGB value is (145,76,41). Sum of RGB (Red+Green+Blue) = 145+76+41=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #914C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914C29 is #6EB3D6. Grayscale: #5C5C5C. Windows color (decimal): -7254999 or 2706577. OLE color: 2706577.
HSL color Cylindrical-coordinate representation of color #914C29: hue angle of 20.19º 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 #914C29 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 41 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.43 |
| HSL | 20.19º | 0.56% | 0.36% | - |
| HSV(B) | 20.19º | 0.72% | 0.57% | - |
| XYZ | 14.66 | 11.35 | 3.52 | - |
| YUV | 92.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 41 | 0 | 0.48 | 0.72 | 0.43 | 20.19 | 0.56 | 0.36 |
| Hex | 91 | 4C | 29 | 0 | 30 | 48 | 2B | 14 | 38 | 24 |
| Octal | 221 | 114 | 51 | 0 | 60 | 110 | 53 | 24 | 70 | 44 |
| Binary | 10010001 | 1001100 | 101001 | 0 | 110000 | 1001000 | 101011 | 10100 | 111000 | 100100 |
Color Harmonies of #914C29
Complementary color
Monochromatic Colors of #914C29
Black with #914C29
Text Example
Text Example
White with #914C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C29; }
p { color: rgb(145,76,41); }
H1.HeaderClassName
{
color: #914C29;
}
.AnyTagClassName
{
color: #914C29;
}
</style>
background-color css
<style>
a { background-color: #914C29; }
a { background-color: rgb(145,76,41); }
div.DivClassName
{
background-color: #914C29;
}
.BgClassName
{
background-color: #914C29;
}
</style>
border-color css
<style>
span { border-color: #914C29; }
span { border-color: rgb(145,76,41); }
td.TdClassName
{
border-color: #914C29;
}
.TagClassName
{
border-color: #914C29;
}
</style>