Shades of Bronze Olive #5A4816
Tints of Bronze Olive #5A4816
RGB
CMYK
RGB Variations
Color information
#5A4816 (or 0x5A4816) is known color: Bronze Olive. HEX triplet: 5A, 48 and 16. RGB value is (90,72,22). Sum of RGB (Red+Green+Blue) = 90+72+22=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4816 is #A5B7E9. Grayscale: #474747. Windows color (decimal): -10860522 or 1460314. OLE color: 1460314.
HSL color Cylindrical-coordinate representation of color #5A4816: hue angle of 44.12º 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 #5A4816 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 22 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.65 |
| HSL | 44.12º | 0.61% | 0.22% | - |
| HSV(B) | 44.12º | 0.76% | 0.35% | - |
| XYZ | 6.68 | 6.87 | 1.73 | - |
| YUV | 71.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 22 | 0 | 0.20 | 0.76 | 0.65 | 44.12 | 0.61 | 0.22 |
| Hex | 5A | 48 | 16 | 0 | 14 | 4C | 41 | 2C | 3D | 16 |
| Octal | 132 | 110 | 26 | 0 | 24 | 114 | 101 | 54 | 75 | 26 |
| Binary | 1011010 | 1001000 | 10110 | 0 | 10100 | 1001100 | 1000001 | 101100 | 111101 | 10110 |
Color Harmonies of #5A4816
Complementary color
Monochromatic Colors of #5A4816
Black with #5A4816
Text Example
Text Example
White with #5A4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4816; }
p { color: rgb(90,72,22); }
H1.HeaderClassName
{
color: #5A4816;
}
.AnyTagClassName
{
color: #5A4816;
}
</style>
background-color css
<style>
a { background-color: #5A4816; }
a { background-color: rgb(90,72,22); }
div.DivClassName
{
background-color: #5A4816;
}
.BgClassName
{
background-color: #5A4816;
}
</style>
border-color css
<style>
span { border-color: #5A4816; }
span { border-color: rgb(90,72,22); }
td.TdClassName
{
border-color: #5A4816;
}
.TagClassName
{
border-color: #5A4816;
}
</style>