Shades of Alert Tan #924A34
Tints of Alert Tan #924A34
RGB
CMYK
RGB Variations
Color information
#924A34 (or 0x924A34) is known color: Alert Tan. HEX triplet: 92, 4A and 34. RGB value is (146,74,52). Sum of RGB (Red+Green+Blue) = 146+74+52=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #924A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924A34 is #6DB5CB. Grayscale: #5D5D5D. Windows color (decimal): -7189964 or 3426962. OLE color: 3426962.
HSL color Cylindrical-coordinate representation of color #924A34: hue angle of 14.04º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #924A34 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 52 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.43 |
| HSL | 14.04º | 0.47% | 0.39% | - |
| HSV(B) | 14.04º | 0.64% | 0.57% | - |
| XYZ | 14.92 | 11.26 | 4.64 | - |
| YUV | 93.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 52 | 0 | 0.49 | 0.64 | 0.43 | 14.04 | 0.47 | 0.39 |
| Hex | 92 | 4A | 34 | 0 | 31 | 40 | 2B | E | 2F | 27 |
| Octal | 222 | 112 | 64 | 0 | 61 | 100 | 53 | 16 | 57 | 47 |
| Binary | 10010010 | 1001010 | 110100 | 0 | 110001 | 1000000 | 101011 | 1110 | 101111 | 100111 |
Color Harmonies of #924A34
Complementary color
Monochromatic Colors of #924A34
Black with #924A34
Text Example
Text Example
White with #924A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A34; }
p { color: rgb(146,74,52); }
H1.HeaderClassName
{
color: #924A34;
}
.AnyTagClassName
{
color: #924A34;
}
</style>
background-color css
<style>
a { background-color: #924A34; }
a { background-color: rgb(146,74,52); }
div.DivClassName
{
background-color: #924A34;
}
.BgClassName
{
background-color: #924A34;
}
</style>
border-color css
<style>
span { border-color: #924A34; }
span { border-color: rgb(146,74,52); }
td.TdClassName
{
border-color: #924A34;
}
.TagClassName
{
border-color: #924A34;
}
</style>