Shades of Alert Tan #944E29
Tints of Alert Tan #944E29
RGB
CMYK
RGB Variations
Color information
#944E29 (or 0x944E29) is known color: Alert Tan. HEX triplet: 94, 4E and 29. RGB value is (148,78,41). Sum of RGB (Red+Green+Blue) = 148+78+41=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #944E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944E29 is #6BB1D6. Grayscale: #5E5E5E. Windows color (decimal): -7057879 or 2707092. OLE color: 2707092.
HSL color Cylindrical-coordinate representation of color #944E29: hue angle of 20.75º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #944E29 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 41 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.42 |
| HSL | 20.75º | 0.57% | 0.37% | - |
| HSV(B) | 20.75º | 0.72% | 0.58% | - |
| XYZ | 15.34 | 11.9 | 3.59 | - |
| YUV | 94.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 41 | 0 | 0.47 | 0.72 | 0.42 | 20.75 | 0.57 | 0.37 |
| Hex | 94 | 4E | 29 | 0 | 2F | 48 | 2A | 15 | 39 | 25 |
| Octal | 224 | 116 | 51 | 0 | 57 | 110 | 52 | 25 | 71 | 45 |
| Binary | 10010100 | 1001110 | 101001 | 0 | 101111 | 1001000 | 101010 | 10101 | 111001 | 100101 |
Color Harmonies of #944E29
Complementary color
Monochromatic Colors of #944E29
Black with #944E29
Text Example
Text Example
White with #944E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E29; }
p { color: rgb(148,78,41); }
H1.HeaderClassName
{
color: #944E29;
}
.AnyTagClassName
{
color: #944E29;
}
</style>
background-color css
<style>
a { background-color: #944E29; }
a { background-color: rgb(148,78,41); }
div.DivClassName
{
background-color: #944E29;
}
.BgClassName
{
background-color: #944E29;
}
</style>
border-color css
<style>
span { border-color: #944E29; }
span { border-color: rgb(148,78,41); }
td.TdClassName
{
border-color: #944E29;
}
.TagClassName
{
border-color: #944E29;
}
</style>