Shades of Alert Tan #944D2F
Tints of Alert Tan #944D2F
RGB
CMYK
RGB Variations
Color information
#944D2F (or 0x944D2F) is known color: Alert Tan. HEX triplet: 94, 4D and 2F. RGB value is (148,77,47). Sum of RGB (Red+Green+Blue) = 148+77+47=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #944D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D2F is #6BB2D0. Grayscale: #5F5F5F. Windows color (decimal): -7058129 or 3100052. OLE color: 3100052.
HSL color Cylindrical-coordinate representation of color #944D2F: hue angle of 17.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #944D2F is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 47 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.42 |
| HSL | 17.82º | 0.52% | 0.38% | - |
| HSV(B) | 17.82º | 0.68% | 0.58% | - |
| XYZ | 15.38 | 11.81 | 4.16 | - |
| YUV | 94.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 47 | 0 | 0.48 | 0.68 | 0.42 | 17.82 | 0.52 | 0.38 |
| Hex | 94 | 4D | 2F | 0 | 30 | 44 | 2A | 12 | 34 | 26 |
| Octal | 224 | 115 | 57 | 0 | 60 | 104 | 52 | 22 | 64 | 46 |
| Binary | 10010100 | 1001101 | 101111 | 0 | 110000 | 1000100 | 101010 | 10010 | 110100 | 100110 |
Color Harmonies of #944D2F
Complementary color
Monochromatic Colors of #944D2F
Black with #944D2F
Text Example
Text Example
White with #944D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D2F; }
p { color: rgb(148,77,47); }
H1.HeaderClassName
{
color: #944D2F;
}
.AnyTagClassName
{
color: #944D2F;
}
</style>
background-color css
<style>
a { background-color: #944D2F; }
a { background-color: rgb(148,77,47); }
div.DivClassName
{
background-color: #944D2F;
}
.BgClassName
{
background-color: #944D2F;
}
</style>
border-color css
<style>
span { border-color: #944D2F; }
span { border-color: rgb(148,77,47); }
td.TdClassName
{
border-color: #944D2F;
}
.TagClassName
{
border-color: #944D2F;
}
</style>