Shades of Bronze Olive #5A500E
Tints of Bronze Olive #5A500E
RGB
CMYK
RGB Variations
Color information
#5A500E (or 0x5A500E) is known color: Bronze Olive. HEX triplet: 5A, 50 and 0E. RGB value is (90,80,14). Sum of RGB (Red+Green+Blue) = 90+80+14=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A500E is #A5AFF1. Grayscale: #4B4B4B. Windows color (decimal): -10858482 or 938074. OLE color: 938074.
HSL color Cylindrical-coordinate representation of color #5A500E: hue angle of 52.11º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A500E is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 14 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.65 |
| HSL | 52.11º | 0.73% | 0.2% | - |
| HSV(B) | 52.11º | 0.84% | 0.35% | - |
| XYZ | 7.16 | 7.94 | 1.57 | - |
| YUV | 75.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 14 | 0 | 0.11 | 0.84 | 0.65 | 52.11 | 0.73 | 0.2 |
| Hex | 5A | 50 | E | 0 | B | 54 | 41 | 34 | 49 | 14 |
| Octal | 132 | 120 | 16 | 0 | 13 | 124 | 101 | 64 | 111 | 24 |
| Binary | 1011010 | 1010000 | 1110 | 0 | 1011 | 1010100 | 1000001 | 110100 | 1001001 | 10100 |
Color Harmonies of #5A500E
Complementary color
Monochromatic Colors of #5A500E
Black with #5A500E
Text Example
Text Example
White with #5A500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A500E; }
p { color: rgb(90,80,14); }
H1.HeaderClassName
{
color: #5A500E;
}
.AnyTagClassName
{
color: #5A500E;
}
</style>
background-color css
<style>
a { background-color: #5A500E; }
a { background-color: rgb(90,80,14); }
div.DivClassName
{
background-color: #5A500E;
}
.BgClassName
{
background-color: #5A500E;
}
</style>
border-color css
<style>
span { border-color: #5A500E; }
span { border-color: rgb(90,80,14); }
td.TdClassName
{
border-color: #5A500E;
}
.TagClassName
{
border-color: #5A500E;
}
</style>