Shades of Bronze Olive #5A4911
Tints of Bronze Olive #5A4911
RGB
CMYK
RGB Variations
Color information
#5A4911 (or 0x5A4911) is known color: Bronze Olive. HEX triplet: 5A, 49 and 11. RGB value is (90,73,17). Sum of RGB (Red+Green+Blue) = 90+73+17=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4911 is #A5B6EE. Grayscale: #474747. Windows color (decimal): -10860271 or 1132890. OLE color: 1132890.
HSL color Cylindrical-coordinate representation of color #5A4911: hue angle of 46.03º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A4911 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 17 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.65 |
| HSL | 46.03º | 0.68% | 0.21% | - |
| HSV(B) | 46.03º | 0.81% | 0.35% | - |
| XYZ | 6.7 | 6.98 | 1.52 | - |
| YUV | 71.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 17 | 0 | 0.19 | 0.81 | 0.65 | 46.03 | 0.68 | 0.21 |
| Hex | 5A | 49 | 11 | 0 | 13 | 51 | 41 | 2E | 44 | 15 |
| Octal | 132 | 111 | 21 | 0 | 23 | 121 | 101 | 56 | 104 | 25 |
| Binary | 1011010 | 1001001 | 10001 | 0 | 10011 | 1010001 | 1000001 | 101110 | 1000100 | 10101 |
Color Harmonies of #5A4911
Complementary color
Monochromatic Colors of #5A4911
Black with #5A4911
Text Example
Text Example
White with #5A4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4911; }
p { color: rgb(90,73,17); }
H1.HeaderClassName
{
color: #5A4911;
}
.AnyTagClassName
{
color: #5A4911;
}
</style>
background-color css
<style>
a { background-color: #5A4911; }
a { background-color: rgb(90,73,17); }
div.DivClassName
{
background-color: #5A4911;
}
.BgClassName
{
background-color: #5A4911;
}
</style>
border-color css
<style>
span { border-color: #5A4911; }
span { border-color: rgb(90,73,17); }
td.TdClassName
{
border-color: #5A4911;
}
.TagClassName
{
border-color: #5A4911;
}
</style>