Shades of Bronze Olive #5A470E
Tints of Bronze Olive #5A470E
RGB
CMYK
RGB Variations
Color information
#5A470E (or 0x5A470E) is known color: Bronze Olive. HEX triplet: 5A, 47 and 0E. RGB value is (90,71,14). Sum of RGB (Red+Green+Blue) = 90+71+14=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A470E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A470E is #A5B8F1. Grayscale: #464646. Windows color (decimal): -10860786 or 935770. OLE color: 935770.
HSL color Cylindrical-coordinate representation of color #5A470E: hue angle of 45º 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 #5A470E is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 14 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.65 |
| HSL | 45º | 0.73% | 0.2% | - |
| HSV(B) | 45º | 0.84% | 0.35% | - |
| XYZ | 6.55 | 6.71 | 1.37 | - |
| YUV | 70.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 14 | 0 | 0.21 | 0.84 | 0.65 | 45 | 0.73 | 0.2 |
| Hex | 5A | 47 | E | 0 | 15 | 54 | 41 | 2D | 49 | 14 |
| Octal | 132 | 107 | 16 | 0 | 25 | 124 | 101 | 55 | 111 | 24 |
| Binary | 1011010 | 1000111 | 1110 | 0 | 10101 | 1010100 | 1000001 | 101101 | 1001001 | 10100 |
Color Harmonies of #5A470E
Complementary color
Monochromatic Colors of #5A470E
Black with #5A470E
Text Example
Text Example
White with #5A470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A470E; }
p { color: rgb(90,71,14); }
H1.HeaderClassName
{
color: #5A470E;
}
.AnyTagClassName
{
color: #5A470E;
}
</style>
background-color css
<style>
a { background-color: #5A470E; }
a { background-color: rgb(90,71,14); }
div.DivClassName
{
background-color: #5A470E;
}
.BgClassName
{
background-color: #5A470E;
}
</style>
border-color css
<style>
span { border-color: #5A470E; }
span { border-color: rgb(90,71,14); }
td.TdClassName
{
border-color: #5A470E;
}
.TagClassName
{
border-color: #5A470E;
}
</style>