Shades of Alert Tan #944521
Tints of Alert Tan #944521
RGB
CMYK
RGB Variations
Color information
#944521 (or 0x944521) is known color: Alert Tan. HEX triplet: 94, 45 and 21. RGB value is (148,69,33). Sum of RGB (Red+Green+Blue) = 148+69+33=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #944521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944521 is #6BBADE. Grayscale: #585858. Windows color (decimal): -7060191 or 2180500. OLE color: 2180500.
HSL color Cylindrical-coordinate representation of color #944521: hue angle of 18.78º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #944521 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 69 | 33 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.42 |
| HSL | 18.78º | 0.64% | 0.35% | - |
| HSV(B) | 18.78º | 0.78% | 0.58% | - |
| XYZ | 14.62 | 10.66 | 2.73 | - |
| YUV | 88.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 33 | 0 | 0.53 | 0.78 | 0.42 | 18.78 | 0.64 | 0.35 |
| Hex | 94 | 45 | 21 | 0 | 35 | 4E | 2A | 13 | 40 | 23 |
| Octal | 224 | 105 | 41 | 0 | 65 | 116 | 52 | 23 | 100 | 43 |
| Binary | 10010100 | 1000101 | 100001 | 0 | 110101 | 1001110 | 101010 | 10011 | 1000000 | 100011 |
Color Harmonies of #944521
Complementary color
Monochromatic Colors of #944521
Black with #944521
Text Example
Text Example
White with #944521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944521; }
p { color: rgb(148,69,33); }
H1.HeaderClassName
{
color: #944521;
}
.AnyTagClassName
{
color: #944521;
}
</style>
background-color css
<style>
a { background-color: #944521; }
a { background-color: rgb(148,69,33); }
div.DivClassName
{
background-color: #944521;
}
.BgClassName
{
background-color: #944521;
}
</style>
border-color css
<style>
span { border-color: #944521; }
span { border-color: rgb(148,69,33); }
td.TdClassName
{
border-color: #944521;
}
.TagClassName
{
border-color: #944521;
}
</style>