Shades of Alert Tan #934A24
Tints of Alert Tan #934A24
RGB
CMYK
RGB Variations
Color information
#934A24 (or 0x934A24) is known color: Alert Tan. HEX triplet: 93, 4A and 24. RGB value is (147,74,36). Sum of RGB (Red+Green+Blue) = 147+74+36=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #934A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934A24 is #6CB5DB. Grayscale: #5B5B5B. Windows color (decimal): -7124444 or 2378387. OLE color: 2378387.
HSL color Cylindrical-coordinate representation of color #934A24: hue angle of 20.54º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #934A24 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 36 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.42 |
| HSL | 20.54º | 0.61% | 0.36% | - |
| HSV(B) | 20.54º | 0.76% | 0.58% | - |
| XYZ | 14.8 | 11.23 | 3.06 | - |
| YUV | 91.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 36 | 0 | 0.50 | 0.76 | 0.42 | 20.54 | 0.61 | 0.36 |
| Hex | 93 | 4A | 24 | 0 | 32 | 4C | 2A | 15 | 3D | 24 |
| Octal | 223 | 112 | 44 | 0 | 62 | 114 | 52 | 25 | 75 | 44 |
| Binary | 10010011 | 1001010 | 100100 | 0 | 110010 | 1001100 | 101010 | 10101 | 111101 | 100100 |
Color Harmonies of #934A24
Complementary color
Monochromatic Colors of #934A24
Black with #934A24
Text Example
Text Example
White with #934A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A24; }
p { color: rgb(147,74,36); }
H1.HeaderClassName
{
color: #934A24;
}
.AnyTagClassName
{
color: #934A24;
}
</style>
background-color css
<style>
a { background-color: #934A24; }
a { background-color: rgb(147,74,36); }
div.DivClassName
{
background-color: #934A24;
}
.BgClassName
{
background-color: #934A24;
}
</style>
border-color css
<style>
span { border-color: #934A24; }
span { border-color: rgb(147,74,36); }
td.TdClassName
{
border-color: #934A24;
}
.TagClassName
{
border-color: #934A24;
}
</style>