Shades of Alert Tan #924A24
Tints of Alert Tan #924A24
RGB
CMYK
RGB Variations
Color information
#924A24 (or 0x924A24) is known color: Alert Tan. HEX triplet: 92, 4A and 24. RGB value is (146,74,36). Sum of RGB (Red+Green+Blue) = 146+74+36=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #924A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A24 is #6DB5DB. Grayscale: #5B5B5B. Windows color (decimal): -7189980 or 2378386. OLE color: 2378386.
HSL color Cylindrical-coordinate representation of color #924A24: hue angle of 20.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #924A24 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 36 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.43 |
| HSL | 20.73º | 0.6% | 0.36% | - |
| HSV(B) | 20.73º | 0.75% | 0.57% | - |
| XYZ | 14.62 | 11.14 | 3.05 | - |
| YUV | 91.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 36 | 0 | 0.49 | 0.75 | 0.43 | 20.73 | 0.6 | 0.36 |
| Hex | 92 | 4A | 24 | 0 | 31 | 4B | 2B | 15 | 3C | 24 |
| Octal | 222 | 112 | 44 | 0 | 61 | 113 | 53 | 25 | 74 | 44 |
| Binary | 10010010 | 1001010 | 100100 | 0 | 110001 | 1001011 | 101011 | 10101 | 111100 | 100100 |
Color Harmonies of #924A24
Complementary color
Monochromatic Colors of #924A24
Black with #924A24
Text Example
Text Example
White with #924A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A24; }
p { color: rgb(146,74,36); }
H1.HeaderClassName
{
color: #924A24;
}
.AnyTagClassName
{
color: #924A24;
}
</style>
background-color css
<style>
a { background-color: #924A24; }
a { background-color: rgb(146,74,36); }
div.DivClassName
{
background-color: #924A24;
}
.BgClassName
{
background-color: #924A24;
}
</style>
border-color css
<style>
span { border-color: #924A24; }
span { border-color: rgb(146,74,36); }
td.TdClassName
{
border-color: #924A24;
}
.TagClassName
{
border-color: #924A24;
}
</style>