Shades of Bronze Olive #5A5517
Tints of Bronze Olive #5A5517
RGB
CMYK
RGB Variations
Color information
#5A5517 (or 0x5A5517) is known color: Bronze Olive. HEX triplet: 5A, 55 and 17. RGB value is (90,85,23). Sum of RGB (Red+Green+Blue) = 90+85+23=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5517 is #A5AAE8. Grayscale: #4F4F4F. Windows color (decimal): -10857193 or 1529178. OLE color: 1529178.
HSL color Cylindrical-coordinate representation of color #5A5517: hue angle of 55.52º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A5517 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 23 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.65 |
| HSL | 55.52º | 0.59% | 0.22% | - |
| HSV(B) | 55.52º | 0.74% | 0.35% | - |
| XYZ | 7.62 | 8.73 | 2.09 | - |
| YUV | 79.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 23 | 0 | 0.06 | 0.74 | 0.65 | 55.52 | 0.59 | 0.22 |
| Hex | 5A | 55 | 17 | 0 | 6 | 4A | 41 | 38 | 3B | 16 |
| Octal | 132 | 125 | 27 | 0 | 6 | 112 | 101 | 70 | 73 | 26 |
| Binary | 1011010 | 1010101 | 10111 | 0 | 110 | 1001010 | 1000001 | 111000 | 111011 | 10110 |
Color Harmonies of #5A5517
Complementary color
Monochromatic Colors of #5A5517
Black with #5A5517
Text Example
Text Example
White with #5A5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5517; }
p { color: rgb(90,85,23); }
H1.HeaderClassName
{
color: #5A5517;
}
.AnyTagClassName
{
color: #5A5517;
}
</style>
background-color css
<style>
a { background-color: #5A5517; }
a { background-color: rgb(90,85,23); }
div.DivClassName
{
background-color: #5A5517;
}
.BgClassName
{
background-color: #5A5517;
}
</style>
border-color css
<style>
span { border-color: #5A5517; }
span { border-color: rgb(90,85,23); }
td.TdClassName
{
border-color: #5A5517;
}
.TagClassName
{
border-color: #5A5517;
}
</style>