Shades of Alert Tan #944A2A
Tints of Alert Tan #944A2A
RGB
CMYK
RGB Variations
Color information
#944A2A (or 0x944A2A) is known color: Alert Tan. HEX triplet: 94, 4A and 2A. RGB value is (148,74,42). Sum of RGB (Red+Green+Blue) = 148+74+42=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #944A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A2A is #6BB5D5. Grayscale: #5C5C5C. Windows color (decimal): -7058902 or 2771604. OLE color: 2771604.
HSL color Cylindrical-coordinate representation of color #944A2A: hue angle of 18.11º degrees, saturation: 0.56, 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 #944A2A is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 42 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.42 |
| HSL | 18.11º | 0.56% | 0.37% | - |
| HSV(B) | 18.11º | 0.72% | 0.58% | - |
| XYZ | 15.08 | 11.36 | 3.59 | - |
| YUV | 92.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 42 | 0 | 0.50 | 0.72 | 0.42 | 18.11 | 0.56 | 0.37 |
| Hex | 94 | 4A | 2A | 0 | 32 | 48 | 2A | 12 | 38 | 25 |
| Octal | 224 | 112 | 52 | 0 | 62 | 110 | 52 | 22 | 70 | 45 |
| Binary | 10010100 | 1001010 | 101010 | 0 | 110010 | 1001000 | 101010 | 10010 | 111000 | 100101 |
Color Harmonies of #944A2A
Complementary color
Monochromatic Colors of #944A2A
Black with #944A2A
Text Example
Text Example
White with #944A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A2A; }
p { color: rgb(148,74,42); }
H1.HeaderClassName
{
color: #944A2A;
}
.AnyTagClassName
{
color: #944A2A;
}
</style>
background-color css
<style>
a { background-color: #944A2A; }
a { background-color: rgb(148,74,42); }
div.DivClassName
{
background-color: #944A2A;
}
.BgClassName
{
background-color: #944A2A;
}
</style>
border-color css
<style>
span { border-color: #944A2A; }
span { border-color: rgb(148,74,42); }
td.TdClassName
{
border-color: #944A2A;
}
.TagClassName
{
border-color: #944A2A;
}
</style>