Shades of Alert Tan #944F2E
Tints of Alert Tan #944F2E
RGB
CMYK
RGB Variations
Color information
#944F2E (or 0x944F2E) is known color: Alert Tan. HEX triplet: 94, 4F and 2E. RGB value is (148,79,46). Sum of RGB (Red+Green+Blue) = 148+79+46=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #944F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F2E is #6BB0D1. Grayscale: #606060. Windows color (decimal): -7057618 or 3035028. OLE color: 3035028.
HSL color Cylindrical-coordinate representation of color #944F2E: hue angle of 19.41º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #944F2E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 46 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.42 |
| HSL | 19.41º | 0.53% | 0.38% | - |
| HSV(B) | 19.41º | 0.69% | 0.58% | - |
| XYZ | 15.5 | 12.09 | 4.1 | - |
| YUV | 95.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 46 | 0 | 0.47 | 0.69 | 0.42 | 19.41 | 0.53 | 0.38 |
| Hex | 94 | 4F | 2E | 0 | 2F | 45 | 2A | 13 | 35 | 26 |
| Octal | 224 | 117 | 56 | 0 | 57 | 105 | 52 | 23 | 65 | 46 |
| Binary | 10010100 | 1001111 | 101110 | 0 | 101111 | 1000101 | 101010 | 10011 | 110101 | 100110 |
Color Harmonies of #944F2E
Complementary color
Monochromatic Colors of #944F2E
Black with #944F2E
Text Example
Text Example
White with #944F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F2E; }
p { color: rgb(148,79,46); }
H1.HeaderClassName
{
color: #944F2E;
}
.AnyTagClassName
{
color: #944F2E;
}
</style>
background-color css
<style>
a { background-color: #944F2E; }
a { background-color: rgb(148,79,46); }
div.DivClassName
{
background-color: #944F2E;
}
.BgClassName
{
background-color: #944F2E;
}
</style>
border-color css
<style>
span { border-color: #944F2E; }
span { border-color: rgb(148,79,46); }
td.TdClassName
{
border-color: #944F2E;
}
.TagClassName
{
border-color: #944F2E;
}
</style>