Shades of Bronze Olive #5A4A16
Tints of Bronze Olive #5A4A16
RGB
CMYK
RGB Variations
Color information
#5A4A16 (or 0x5A4A16) is known color: Bronze Olive. HEX triplet: 5A, 4A and 16. RGB value is (90,74,22). Sum of RGB (Red+Green+Blue) = 90+74+22=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4A16 is #A5B5E9. Grayscale: #494949. Windows color (decimal): -10860010 or 1460826. OLE color: 1460826.
HSL color Cylindrical-coordinate representation of color #5A4A16: hue angle of 45.88º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A4A16 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 22 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.65 |
| HSL | 45.88º | 0.61% | 0.22% | - |
| HSV(B) | 45.88º | 0.76% | 0.35% | - |
| XYZ | 6.81 | 7.13 | 1.78 | - |
| YUV | 72.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 22 | 0 | 0.18 | 0.76 | 0.65 | 45.88 | 0.61 | 0.22 |
| Hex | 5A | 4A | 16 | 0 | 12 | 4C | 41 | 2E | 3D | 16 |
| Octal | 132 | 112 | 26 | 0 | 22 | 114 | 101 | 56 | 75 | 26 |
| Binary | 1011010 | 1001010 | 10110 | 0 | 10010 | 1001100 | 1000001 | 101110 | 111101 | 10110 |
Color Harmonies of #5A4A16
Complementary color
Monochromatic Colors of #5A4A16
Black with #5A4A16
Text Example
Text Example
White with #5A4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A16; }
p { color: rgb(90,74,22); }
H1.HeaderClassName
{
color: #5A4A16;
}
.AnyTagClassName
{
color: #5A4A16;
}
</style>
background-color css
<style>
a { background-color: #5A4A16; }
a { background-color: rgb(90,74,22); }
div.DivClassName
{
background-color: #5A4A16;
}
.BgClassName
{
background-color: #5A4A16;
}
</style>
border-color css
<style>
span { border-color: #5A4A16; }
span { border-color: rgb(90,74,22); }
td.TdClassName
{
border-color: #5A4A16;
}
.TagClassName
{
border-color: #5A4A16;
}
</style>