Shades of Alert Tan #92492D
Tints of Alert Tan #92492D
RGB
CMYK
RGB Variations
Color information
#92492D (or 0x92492D) is known color: Alert Tan. HEX triplet: 92, 49 and 2D. RGB value is (146,73,45). Sum of RGB (Red+Green+Blue) = 146+73+45=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #92492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92492D is #6DB6D2. Grayscale: #5B5B5B. Windows color (decimal): -7190227 or 2967954. OLE color: 2967954.
HSL color Cylindrical-coordinate representation of color #92492D: hue angle of 16.63º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92492D is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 73 | 45 | - |
| CMYK | 0 | 0.5 | 0.69 | 0.43 |
| HSL | 16.63º | 0.53% | 0.37% | - |
| HSV(B) | 16.63º | 0.69% | 0.57% | - |
| XYZ | 14.71 | 11.07 | 3.84 | - |
| YUV | 91.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 45 | 0 | 0.5 | 0.69 | 0.43 | 16.63 | 0.53 | 0.37 |
| Hex | 92 | 49 | 2D | 0 | 32 | 45 | 2B | 11 | 35 | 25 |
| Octal | 222 | 111 | 55 | 0 | 62 | 105 | 53 | 21 | 65 | 45 |
| Binary | 10010010 | 1001001 | 101101 | 0 | 110010 | 1000101 | 101011 | 10001 | 110101 | 100101 |
Color Harmonies of #92492D
Complementary color
Monochromatic Colors of #92492D
Black with #92492D
Text Example
Text Example
White with #92492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92492D; }
p { color: rgb(146,73,45); }
H1.HeaderClassName
{
color: #92492D;
}
.AnyTagClassName
{
color: #92492D;
}
</style>
background-color css
<style>
a { background-color: #92492D; }
a { background-color: rgb(146,73,45); }
div.DivClassName
{
background-color: #92492D;
}
.BgClassName
{
background-color: #92492D;
}
</style>
border-color css
<style>
span { border-color: #92492D; }
span { border-color: rgb(146,73,45); }
td.TdClassName
{
border-color: #92492D;
}
.TagClassName
{
border-color: #92492D;
}
</style>