Shades of Bronze Olive #5A460E
Tints of Bronze Olive #5A460E
RGB
CMYK
RGB Variations
Color information
#5A460E (or 0x5A460E) is known color: Bronze Olive. HEX triplet: 5A, 46 and 0E. RGB value is (90,70,14). Sum of RGB (Red+Green+Blue) = 90+70+14=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A460E is #A5B9F1. Grayscale: #454545. Windows color (decimal): -10861042 or 935514. OLE color: 935514.
HSL color Cylindrical-coordinate representation of color #5A460E: hue angle of 44.21º 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 #5A460E is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 14 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.65 |
| HSL | 44.21º | 0.73% | 0.2% | - |
| HSV(B) | 44.21º | 0.84% | 0.35% | - |
| XYZ | 6.49 | 6.59 | 1.34 | - |
| YUV | 69.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 14 | 0 | 0.22 | 0.84 | 0.65 | 44.21 | 0.73 | 0.2 |
| Hex | 5A | 46 | E | 0 | 16 | 54 | 41 | 2C | 49 | 14 |
| Octal | 132 | 106 | 16 | 0 | 26 | 124 | 101 | 54 | 111 | 24 |
| Binary | 1011010 | 1000110 | 1110 | 0 | 10110 | 1010100 | 1000001 | 101100 | 1001001 | 10100 |
Color Harmonies of #5A460E
Complementary color
Monochromatic Colors of #5A460E
Black with #5A460E
Text Example
Text Example
White with #5A460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A460E; }
p { color: rgb(90,70,14); }
H1.HeaderClassName
{
color: #5A460E;
}
.AnyTagClassName
{
color: #5A460E;
}
</style>
background-color css
<style>
a { background-color: #5A460E; }
a { background-color: rgb(90,70,14); }
div.DivClassName
{
background-color: #5A460E;
}
.BgClassName
{
background-color: #5A460E;
}
</style>
border-color css
<style>
span { border-color: #5A460E; }
span { border-color: rgb(90,70,14); }
td.TdClassName
{
border-color: #5A460E;
}
.TagClassName
{
border-color: #5A460E;
}
</style>