Shades of Alert Tan #924C2A
Tints of Alert Tan #924C2A
RGB
CMYK
RGB Variations
Color information
#924C2A (or 0x924C2A) is known color: Alert Tan. HEX triplet: 92, 4C and 2A. RGB value is (146,76,42). Sum of RGB (Red+Green+Blue) = 146+76+42=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #924C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C2A is #6DB3D5. Grayscale: #5D5D5D. Windows color (decimal): -7189462 or 2772114. OLE color: 2772114.
HSL color Cylindrical-coordinate representation of color #924C2A: hue angle of 19.62º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #924C2A is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 42 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.43 |
| HSL | 19.62º | 0.55% | 0.37% | - |
| HSV(B) | 19.62º | 0.71% | 0.57% | - |
| XYZ | 14.86 | 11.45 | 3.62 | - |
| YUV | 93.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 42 | 0 | 0.48 | 0.71 | 0.43 | 19.62 | 0.55 | 0.37 |
| Hex | 92 | 4C | 2A | 0 | 30 | 47 | 2B | 14 | 37 | 25 |
| Octal | 222 | 114 | 52 | 0 | 60 | 107 | 53 | 24 | 67 | 45 |
| Binary | 10010010 | 1001100 | 101010 | 0 | 110000 | 1000111 | 101011 | 10100 | 110111 | 100101 |
Color Harmonies of #924C2A
Complementary color
Monochromatic Colors of #924C2A
Black with #924C2A
Text Example
Text Example
White with #924C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C2A; }
p { color: rgb(146,76,42); }
H1.HeaderClassName
{
color: #924C2A;
}
.AnyTagClassName
{
color: #924C2A;
}
</style>
background-color css
<style>
a { background-color: #924C2A; }
a { background-color: rgb(146,76,42); }
div.DivClassName
{
background-color: #924C2A;
}
.BgClassName
{
background-color: #924C2A;
}
</style>
border-color css
<style>
span { border-color: #924C2A; }
span { border-color: rgb(146,76,42); }
td.TdClassName
{
border-color: #924C2A;
}
.TagClassName
{
border-color: #924C2A;
}
</style>