Shades of Bronze Olive #5A5120
Tints of Bronze Olive #5A5120
RGB
CMYK
RGB Variations
Color information
#5A5120 (or 0x5A5120) is known color: Bronze Olive. HEX triplet: 5A, 51 and 20. RGB value is (90,81,32). Sum of RGB (Red+Green+Blue) = 90+81+32=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5120 is #A5AEDF. Grayscale: #4E4E4E. Windows color (decimal): -10858208 or 2117978. OLE color: 2117978.
HSL color Cylindrical-coordinate representation of color #5A5120: hue angle of 50.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A5120 is Cyan = 0, Magento = 0.1, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 32 | - |
| CMYK | 0 | 0.1 | 0.64 | 0.65 |
| HSL | 50.69º | 0.48% | 0.24% | - |
| HSV(B) | 50.69º | 0.64% | 0.35% | - |
| XYZ | 7.42 | 8.16 | 2.55 | - |
| YUV | 78.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 32 | 0 | 0.1 | 0.64 | 0.65 | 50.69 | 0.48 | 0.24 |
| Hex | 5A | 51 | 20 | 0 | A | 40 | 41 | 33 | 30 | 18 |
| Octal | 132 | 121 | 40 | 0 | 12 | 100 | 101 | 63 | 60 | 30 |
| Binary | 1011010 | 1010001 | 100000 | 0 | 1010 | 1000000 | 1000001 | 110011 | 110000 | 11000 |
Color Harmonies of #5A5120
Complementary color
Monochromatic Colors of #5A5120
Black with #5A5120
Text Example
Text Example
White with #5A5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5120; }
p { color: rgb(90,81,32); }
H1.HeaderClassName
{
color: #5A5120;
}
.AnyTagClassName
{
color: #5A5120;
}
</style>
background-color css
<style>
a { background-color: #5A5120; }
a { background-color: rgb(90,81,32); }
div.DivClassName
{
background-color: #5A5120;
}
.BgClassName
{
background-color: #5A5120;
}
</style>
border-color css
<style>
span { border-color: #5A5120; }
span { border-color: rgb(90,81,32); }
td.TdClassName
{
border-color: #5A5120;
}
.TagClassName
{
border-color: #5A5120;
}
</style>