Shades of Alert Tan #944F28
Tints of Alert Tan #944F28
RGB
CMYK
RGB Variations
Color information
#944F28 (or 0x944F28) is known color: Alert Tan. HEX triplet: 94, 4F and 28. RGB value is (148,79,40). Sum of RGB (Red+Green+Blue) = 148+79+40=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #944F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F28 is #6BB0D7. Grayscale: #5F5F5F. Windows color (decimal): -7057624 or 2641812. OLE color: 2641812.
HSL color Cylindrical-coordinate representation of color #944F28: hue angle of 21.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #944F28 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 40 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.42 |
| HSL | 21.67º | 0.57% | 0.37% | - |
| HSV(B) | 21.67º | 0.73% | 0.58% | - |
| XYZ | 15.39 | 12.04 | 3.52 | - |
| YUV | 95.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 40 | 0 | 0.47 | 0.73 | 0.42 | 21.67 | 0.57 | 0.37 |
| Hex | 94 | 4F | 28 | 0 | 2F | 49 | 2A | 16 | 39 | 25 |
| Octal | 224 | 117 | 50 | 0 | 57 | 111 | 52 | 26 | 71 | 45 |
| Binary | 10010100 | 1001111 | 101000 | 0 | 101111 | 1001001 | 101010 | 10110 | 111001 | 100101 |
Color Harmonies of #944F28
Complementary color
Monochromatic Colors of #944F28
Black with #944F28
Text Example
Text Example
White with #944F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F28; }
p { color: rgb(148,79,40); }
H1.HeaderClassName
{
color: #944F28;
}
.AnyTagClassName
{
color: #944F28;
}
</style>
background-color css
<style>
a { background-color: #944F28; }
a { background-color: rgb(148,79,40); }
div.DivClassName
{
background-color: #944F28;
}
.BgClassName
{
background-color: #944F28;
}
</style>
border-color css
<style>
span { border-color: #944F28; }
span { border-color: rgb(148,79,40); }
td.TdClassName
{
border-color: #944F28;
}
.TagClassName
{
border-color: #944F28;
}
</style>