Shades of Alert Tan #924A26
Tints of Alert Tan #924A26
RGB
CMYK
RGB Variations
Color information
#924A26 (or 0x924A26) is known color: Alert Tan. HEX triplet: 92, 4A and 26. RGB value is (146,74,38). Sum of RGB (Red+Green+Blue) = 146+74+38=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #924A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A26 is #6DB5D9. Grayscale: #5B5B5B. Windows color (decimal): -7189978 or 2509458. OLE color: 2509458.
HSL color Cylindrical-coordinate representation of color #924A26: hue angle of 20º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #924A26 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 38 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.43 |
| HSL | 20º | 0.59% | 0.36% | - |
| HSV(B) | 20º | 0.74% | 0.57% | - |
| XYZ | 14.65 | 11.15 | 3.21 | - |
| YUV | 91.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 38 | 0 | 0.49 | 0.74 | 0.43 | 20 | 0.59 | 0.36 |
| Hex | 92 | 4A | 26 | 0 | 31 | 4A | 2B | 14 | 3B | 24 |
| Octal | 222 | 112 | 46 | 0 | 61 | 112 | 53 | 24 | 73 | 44 |
| Binary | 10010010 | 1001010 | 100110 | 0 | 110001 | 1001010 | 101011 | 10100 | 111011 | 100100 |
Color Harmonies of #924A26
Complementary color
Monochromatic Colors of #924A26
Black with #924A26
Text Example
Text Example
White with #924A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A26; }
p { color: rgb(146,74,38); }
H1.HeaderClassName
{
color: #924A26;
}
.AnyTagClassName
{
color: #924A26;
}
</style>
background-color css
<style>
a { background-color: #924A26; }
a { background-color: rgb(146,74,38); }
div.DivClassName
{
background-color: #924A26;
}
.BgClassName
{
background-color: #924A26;
}
</style>
border-color css
<style>
span { border-color: #924A26; }
span { border-color: rgb(146,74,38); }
td.TdClassName
{
border-color: #924A26;
}
.TagClassName
{
border-color: #924A26;
}
</style>