Shades of Alert Tan #92502D
Tints of Alert Tan #92502D
RGB
CMYK
RGB Variations
Color information
#92502D (or 0x92502D) is known color: Alert Tan. HEX triplet: 92, 50 and 2D. RGB value is (146,80,45). Sum of RGB (Red+Green+Blue) = 146+80+45=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #92502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92502D is #6DAFD2. Grayscale: #5F5F5F. Windows color (decimal): -7188435 or 2969746. OLE color: 2969746.
HSL color Cylindrical-coordinate representation of color #92502D: hue angle of 20.79º 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 #92502D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 45 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.43 |
| HSL | 20.79º | 0.53% | 0.37% | - |
| HSV(B) | 20.79º | 0.69% | 0.57% | - |
| XYZ | 15.2 | 12.04 | 4.01 | - |
| YUV | 95.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 45 | 0 | 0.45 | 0.69 | 0.43 | 20.79 | 0.53 | 0.37 |
| Hex | 92 | 50 | 2D | 0 | 2D | 45 | 2B | 15 | 35 | 25 |
| Octal | 222 | 120 | 55 | 0 | 55 | 105 | 53 | 25 | 65 | 45 |
| Binary | 10010010 | 1010000 | 101101 | 0 | 101101 | 1000101 | 101011 | 10101 | 110101 | 100101 |
Color Harmonies of #92502D
Complementary color
Monochromatic Colors of #92502D
Black with #92502D
Text Example
Text Example
White with #92502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92502D; }
p { color: rgb(146,80,45); }
H1.HeaderClassName
{
color: #92502D;
}
.AnyTagClassName
{
color: #92502D;
}
</style>
background-color css
<style>
a { background-color: #92502D; }
a { background-color: rgb(146,80,45); }
div.DivClassName
{
background-color: #92502D;
}
.BgClassName
{
background-color: #92502D;
}
</style>
border-color css
<style>
span { border-color: #92502D; }
span { border-color: rgb(146,80,45); }
td.TdClassName
{
border-color: #92502D;
}
.TagClassName
{
border-color: #92502D;
}
</style>