Shades of Bronze Olive #5A4716
Tints of Bronze Olive #5A4716
RGB
CMYK
RGB Variations
Color information
#5A4716 (or 0x5A4716) is known color: Bronze Olive. HEX triplet: 5A, 47 and 16. RGB value is (90,71,22). Sum of RGB (Red+Green+Blue) = 90+71+22=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4716 is #A5B8E9. Grayscale: #474747. Windows color (decimal): -10860778 or 1460058. OLE color: 1460058.
HSL color Cylindrical-coordinate representation of color #5A4716: hue angle of 43.24º 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 #5A4716 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 22 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.65 |
| HSL | 43.24º | 0.61% | 0.22% | - |
| HSV(B) | 43.24º | 0.76% | 0.35% | - |
| XYZ | 6.61 | 6.74 | 1.71 | - |
| YUV | 71.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 22 | 0 | 0.21 | 0.76 | 0.65 | 43.24 | 0.61 | 0.22 |
| Hex | 5A | 47 | 16 | 0 | 15 | 4C | 41 | 2B | 3D | 16 |
| Octal | 132 | 107 | 26 | 0 | 25 | 114 | 101 | 53 | 75 | 26 |
| Binary | 1011010 | 1000111 | 10110 | 0 | 10101 | 1001100 | 1000001 | 101011 | 111101 | 10110 |
Color Harmonies of #5A4716
Complementary color
Monochromatic Colors of #5A4716
Black with #5A4716
Text Example
Text Example
White with #5A4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4716; }
p { color: rgb(90,71,22); }
H1.HeaderClassName
{
color: #5A4716;
}
.AnyTagClassName
{
color: #5A4716;
}
</style>
background-color css
<style>
a { background-color: #5A4716; }
a { background-color: rgb(90,71,22); }
div.DivClassName
{
background-color: #5A4716;
}
.BgClassName
{
background-color: #5A4716;
}
</style>
border-color css
<style>
span { border-color: #5A4716; }
span { border-color: rgb(90,71,22); }
td.TdClassName
{
border-color: #5A4716;
}
.TagClassName
{
border-color: #5A4716;
}
</style>