Shades of Alert Tan #944A32
Tints of Alert Tan #944A32
RGB
CMYK
RGB Variations
Color information
#944A32 (or 0x944A32) is known color: Alert Tan. HEX triplet: 94, 4A and 32. RGB value is (148,74,50). Sum of RGB (Red+Green+Blue) = 148+74+50=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #944A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A32 is #6BB5CD. Grayscale: #5D5D5D. Windows color (decimal): -7058894 or 3295892. OLE color: 3295892.
HSL color Cylindrical-coordinate representation of color #944A32: hue angle of 14.69º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #944A32 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 50 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.42 |
| HSL | 14.69º | 0.49% | 0.39% | - |
| HSV(B) | 14.69º | 0.66% | 0.58% | - |
| XYZ | 15.24 | 11.42 | 4.42 | - |
| YUV | 93.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 50 | 0 | 0.50 | 0.66 | 0.42 | 14.69 | 0.49 | 0.39 |
| Hex | 94 | 4A | 32 | 0 | 32 | 42 | 2A | F | 31 | 27 |
| Octal | 224 | 112 | 62 | 0 | 62 | 102 | 52 | 17 | 61 | 47 |
| Binary | 10010100 | 1001010 | 110010 | 0 | 110010 | 1000010 | 101010 | 1111 | 110001 | 100111 |
Color Harmonies of #944A32
Complementary color
Monochromatic Colors of #944A32
Black with #944A32
Text Example
Text Example
White with #944A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A32; }
p { color: rgb(148,74,50); }
H1.HeaderClassName
{
color: #944A32;
}
.AnyTagClassName
{
color: #944A32;
}
</style>
background-color css
<style>
a { background-color: #944A32; }
a { background-color: rgb(148,74,50); }
div.DivClassName
{
background-color: #944A32;
}
.BgClassName
{
background-color: #944A32;
}
</style>
border-color css
<style>
span { border-color: #944A32; }
span { border-color: rgb(148,74,50); }
td.TdClassName
{
border-color: #944A32;
}
.TagClassName
{
border-color: #944A32;
}
</style>