Shades of Alert Tan #934D31
Tints of Alert Tan #934D31
RGB
CMYK
RGB Variations
Color information
#934D31 (or 0x934D31) is known color: Alert Tan. HEX triplet: 93, 4D and 31. RGB value is (147,77,49). Sum of RGB (Red+Green+Blue) = 147+77+49=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #934D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934D31 is #6CB2CE. Grayscale: #5E5E5E. Windows color (decimal): -7123663 or 3231123. OLE color: 3231123.
HSL color Cylindrical-coordinate representation of color #934D31: hue angle of 17.14º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #934D31 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 49 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.42 |
| HSL | 17.14º | 0.5% | 0.38% | - |
| HSV(B) | 17.14º | 0.67% | 0.58% | - |
| XYZ | 15.24 | 11.73 | 4.37 | - |
| YUV | 94.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 49 | 0 | 0.48 | 0.67 | 0.42 | 17.14 | 0.5 | 0.38 |
| Hex | 93 | 4D | 31 | 0 | 30 | 43 | 2A | 11 | 32 | 26 |
| Octal | 223 | 115 | 61 | 0 | 60 | 103 | 52 | 21 | 62 | 46 |
| Binary | 10010011 | 1001101 | 110001 | 0 | 110000 | 1000011 | 101010 | 10001 | 110010 | 100110 |
Color Harmonies of #934D31
Complementary color
Monochromatic Colors of #934D31
Black with #934D31
Text Example
Text Example
White with #934D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D31; }
p { color: rgb(147,77,49); }
H1.HeaderClassName
{
color: #934D31;
}
.AnyTagClassName
{
color: #934D31;
}
</style>
background-color css
<style>
a { background-color: #934D31; }
a { background-color: rgb(147,77,49); }
div.DivClassName
{
background-color: #934D31;
}
.BgClassName
{
background-color: #934D31;
}
</style>
border-color css
<style>
span { border-color: #934D31; }
span { border-color: rgb(147,77,49); }
td.TdClassName
{
border-color: #934D31;
}
.TagClassName
{
border-color: #934D31;
}
</style>