Shades of Bronze Olive #5A5016
Tints of Bronze Olive #5A5016
RGB
CMYK
RGB Variations
Color information
#5A5016 (or 0x5A5016) is known color: Bronze Olive. HEX triplet: 5A, 50 and 16. RGB value is (90,80,22). Sum of RGB (Red+Green+Blue) = 90+80+22=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5016 is #A5AFE9. Grayscale: #4C4C4C. Windows color (decimal): -10858474 or 1462362. OLE color: 1462362.
HSL color Cylindrical-coordinate representation of color #5A5016: hue angle of 51.18º 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 #5A5016 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 22 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.65 |
| HSL | 51.18º | 0.61% | 0.22% | - |
| HSV(B) | 51.18º | 0.76% | 0.35% | - |
| XYZ | 7.23 | 7.97 | 1.92 | - |
| YUV | 76.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 22 | 0 | 0.11 | 0.76 | 0.65 | 51.18 | 0.61 | 0.22 |
| Hex | 5A | 50 | 16 | 0 | B | 4C | 41 | 33 | 3D | 16 |
| Octal | 132 | 120 | 26 | 0 | 13 | 114 | 101 | 63 | 75 | 26 |
| Binary | 1011010 | 1010000 | 10110 | 0 | 1011 | 1001100 | 1000001 | 110011 | 111101 | 10110 |
Color Harmonies of #5A5016
Complementary color
Monochromatic Colors of #5A5016
Black with #5A5016
Text Example
Text Example
White with #5A5016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5016; }
p { color: rgb(90,80,22); }
H1.HeaderClassName
{
color: #5A5016;
}
.AnyTagClassName
{
color: #5A5016;
}
</style>
background-color css
<style>
a { background-color: #5A5016; }
a { background-color: rgb(90,80,22); }
div.DivClassName
{
background-color: #5A5016;
}
.BgClassName
{
background-color: #5A5016;
}
</style>
border-color css
<style>
span { border-color: #5A5016; }
span { border-color: rgb(90,80,22); }
td.TdClassName
{
border-color: #5A5016;
}
.TagClassName
{
border-color: #5A5016;
}
</style>