Shades of Alert Tan #924A28
Tints of Alert Tan #924A28
RGB
CMYK
RGB Variations
Color information
#924A28 (or 0x924A28) is known color: Alert Tan. HEX triplet: 92, 4A and 28. RGB value is (146,74,40). Sum of RGB (Red+Green+Blue) = 146+74+40=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #924A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A28 is #6DB5D7. Grayscale: #5B5B5B. Windows color (decimal): -7189976 or 2640530. OLE color: 2640530.
HSL color Cylindrical-coordinate representation of color #924A28: hue angle of 19.25º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #924A28 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 40 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.43 |
| HSL | 19.25º | 0.57% | 0.36% | - |
| HSV(B) | 19.25º | 0.73% | 0.57% | - |
| XYZ | 14.69 | 11.16 | 3.39 | - |
| YUV | 91.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 40 | 0 | 0.49 | 0.73 | 0.43 | 19.25 | 0.57 | 0.36 |
| Hex | 92 | 4A | 28 | 0 | 31 | 49 | 2B | 13 | 39 | 24 |
| Octal | 222 | 112 | 50 | 0 | 61 | 111 | 53 | 23 | 71 | 44 |
| Binary | 10010010 | 1001010 | 101000 | 0 | 110001 | 1001001 | 101011 | 10011 | 111001 | 100100 |
Color Harmonies of #924A28
Complementary color
Monochromatic Colors of #924A28
Black with #924A28
Text Example
Text Example
White with #924A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A28; }
p { color: rgb(146,74,40); }
H1.HeaderClassName
{
color: #924A28;
}
.AnyTagClassName
{
color: #924A28;
}
</style>
background-color css
<style>
a { background-color: #924A28; }
a { background-color: rgb(146,74,40); }
div.DivClassName
{
background-color: #924A28;
}
.BgClassName
{
background-color: #924A28;
}
</style>
border-color css
<style>
span { border-color: #924A28; }
span { border-color: rgb(146,74,40); }
td.TdClassName
{
border-color: #924A28;
}
.TagClassName
{
border-color: #924A28;
}
</style>