Shades of Alert Tan #924A22
Tints of Alert Tan #924A22
RGB
CMYK
RGB Variations
Color information
#924A22 (or 0x924A22) is known color: Alert Tan. HEX triplet: 92, 4A and 22. RGB value is (146,74,34). Sum of RGB (Red+Green+Blue) = 146+74+34=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #924A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A22 is #6DB5DD. Grayscale: #5B5B5B. Windows color (decimal): -7189982 or 2247314. OLE color: 2247314.
HSL color Cylindrical-coordinate representation of color #924A22: hue angle of 21.43º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #924A22 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 34 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.43 |
| HSL | 21.43º | 0.62% | 0.35% | - |
| HSV(B) | 21.43º | 0.77% | 0.57% | - |
| XYZ | 14.59 | 11.12 | 2.89 | - |
| YUV | 90.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 34 | 0 | 0.49 | 0.77 | 0.43 | 21.43 | 0.62 | 0.35 |
| Hex | 92 | 4A | 22 | 0 | 31 | 4D | 2B | 15 | 3E | 23 |
| Octal | 222 | 112 | 42 | 0 | 61 | 115 | 53 | 25 | 76 | 43 |
| Binary | 10010010 | 1001010 | 100010 | 0 | 110001 | 1001101 | 101011 | 10101 | 111110 | 100011 |
Color Harmonies of #924A22
Complementary color
Monochromatic Colors of #924A22
Black with #924A22
Text Example
Text Example
White with #924A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A22; }
p { color: rgb(146,74,34); }
H1.HeaderClassName
{
color: #924A22;
}
.AnyTagClassName
{
color: #924A22;
}
</style>
background-color css
<style>
a { background-color: #924A22; }
a { background-color: rgb(146,74,34); }
div.DivClassName
{
background-color: #924A22;
}
.BgClassName
{
background-color: #924A22;
}
</style>
border-color css
<style>
span { border-color: #924A22; }
span { border-color: rgb(146,74,34); }
td.TdClassName
{
border-color: #924A22;
}
.TagClassName
{
border-color: #924A22;
}
</style>