Shades of Bronze Olive #5A5516
Tints of Bronze Olive #5A5516
RGB
CMYK
RGB Variations
Color information
#5A5516 (or 0x5A5516) is known color: Bronze Olive. HEX triplet: 5A, 55 and 16. RGB value is (90,85,22). Sum of RGB (Red+Green+Blue) = 90+85+22=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5516 is #A5AAE9. Grayscale: #4F4F4F. Windows color (decimal): -10857194 or 1463642. OLE color: 1463642.
HSL color Cylindrical-coordinate representation of color #5A5516: hue angle of 55.59º 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 #5A5516 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 22 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.65 |
| HSL | 55.59º | 0.61% | 0.22% | - |
| HSV(B) | 55.59º | 0.76% | 0.35% | - |
| XYZ | 7.61 | 8.73 | 2.04 | - |
| YUV | 79.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 22 | 0 | 0.06 | 0.76 | 0.65 | 55.59 | 0.61 | 0.22 |
| Hex | 5A | 55 | 16 | 0 | 6 | 4C | 41 | 38 | 3D | 16 |
| Octal | 132 | 125 | 26 | 0 | 6 | 114 | 101 | 70 | 75 | 26 |
| Binary | 1011010 | 1010101 | 10110 | 0 | 110 | 1001100 | 1000001 | 111000 | 111101 | 10110 |
Color Harmonies of #5A5516
Complementary color
Monochromatic Colors of #5A5516
Black with #5A5516
Text Example
Text Example
White with #5A5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5516; }
p { color: rgb(90,85,22); }
H1.HeaderClassName
{
color: #5A5516;
}
.AnyTagClassName
{
color: #5A5516;
}
</style>
background-color css
<style>
a { background-color: #5A5516; }
a { background-color: rgb(90,85,22); }
div.DivClassName
{
background-color: #5A5516;
}
.BgClassName
{
background-color: #5A5516;
}
</style>
border-color css
<style>
span { border-color: #5A5516; }
span { border-color: rgb(90,85,22); }
td.TdClassName
{
border-color: #5A5516;
}
.TagClassName
{
border-color: #5A5516;
}
</style>