Shades of Alert Tan #924C20
Tints of Alert Tan #924C20
RGB
CMYK
RGB Variations
Color information
#924C20 (or 0x924C20) is known color: Alert Tan. HEX triplet: 92, 4C and 20. RGB value is (146,76,32). Sum of RGB (Red+Green+Blue) = 146+76+32=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #924C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C20 is #6DB3DF. Grayscale: #5C5C5C. Windows color (decimal): -7189472 or 2116754. OLE color: 2116754.
HSL color Cylindrical-coordinate representation of color #924C20: hue angle of 23.16º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #924C20 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 32 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.43 |
| HSL | 23.16º | 0.64% | 0.35% | - |
| HSV(B) | 23.16º | 0.78% | 0.57% | - |
| XYZ | 14.7 | 11.38 | 2.79 | - |
| YUV | 91.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 32 | 0 | 0.48 | 0.78 | 0.43 | 23.16 | 0.64 | 0.35 |
| Hex | 92 | 4C | 20 | 0 | 30 | 4E | 2B | 17 | 40 | 23 |
| Octal | 222 | 114 | 40 | 0 | 60 | 116 | 53 | 27 | 100 | 43 |
| Binary | 10010010 | 1001100 | 100000 | 0 | 110000 | 1001110 | 101011 | 10111 | 1000000 | 100011 |
Color Harmonies of #924C20
Complementary color
Monochromatic Colors of #924C20
Black with #924C20
Text Example
Text Example
White with #924C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C20; }
p { color: rgb(146,76,32); }
H1.HeaderClassName
{
color: #924C20;
}
.AnyTagClassName
{
color: #924C20;
}
</style>
background-color css
<style>
a { background-color: #924C20; }
a { background-color: rgb(146,76,32); }
div.DivClassName
{
background-color: #924C20;
}
.BgClassName
{
background-color: #924C20;
}
</style>
border-color css
<style>
span { border-color: #924C20; }
span { border-color: rgb(146,76,32); }
td.TdClassName
{
border-color: #924C20;
}
.TagClassName
{
border-color: #924C20;
}
</style>