Shades of Bronze Olive #5A4E0E
Tints of Bronze Olive #5A4E0E
RGB
CMYK
RGB Variations
Color information
#5A4E0E (or 0x5A4E0E) is known color: Bronze Olive. HEX triplet: 5A, 4E and 0E. RGB value is (90,78,14). Sum of RGB (Red+Green+Blue) = 90+78+14=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E0E is #A5B1F1. Grayscale: #4A4A4A. Windows color (decimal): -10858994 or 937562. OLE color: 937562.
HSL color Cylindrical-coordinate representation of color #5A4E0E: hue angle of 50.53º 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 #5A4E0E is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 14 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.65 |
| HSL | 50.53º | 0.73% | 0.2% | - |
| HSV(B) | 50.53º | 0.84% | 0.35% | - |
| XYZ | 7.02 | 7.65 | 1.52 | - |
| YUV | 74.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 14 | 0 | 0.13 | 0.84 | 0.65 | 50.53 | 0.73 | 0.2 |
| Hex | 5A | 4E | E | 0 | D | 54 | 41 | 33 | 49 | 14 |
| Octal | 132 | 116 | 16 | 0 | 15 | 124 | 101 | 63 | 111 | 24 |
| Binary | 1011010 | 1001110 | 1110 | 0 | 1101 | 1010100 | 1000001 | 110011 | 1001001 | 10100 |
Color Harmonies of #5A4E0E
Complementary color
Monochromatic Colors of #5A4E0E
Black with #5A4E0E
Text Example
Text Example
White with #5A4E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E0E; }
p { color: rgb(90,78,14); }
H1.HeaderClassName
{
color: #5A4E0E;
}
.AnyTagClassName
{
color: #5A4E0E;
}
</style>
background-color css
<style>
a { background-color: #5A4E0E; }
a { background-color: rgb(90,78,14); }
div.DivClassName
{
background-color: #5A4E0E;
}
.BgClassName
{
background-color: #5A4E0E;
}
</style>
border-color css
<style>
span { border-color: #5A4E0E; }
span { border-color: rgb(90,78,14); }
td.TdClassName
{
border-color: #5A4E0E;
}
.TagClassName
{
border-color: #5A4E0E;
}
</style>