Shades of Bronze Olive #5A4E05
Tints of Bronze Olive #5A4E05
RGB
CMYK
RGB Variations
Color information
#5A4E05 (or 0x5A4E05) is known color: Bronze Olive. HEX triplet: 5A, 4E and 05. RGB value is (90,78,5). Sum of RGB (Red+Green+Blue) = 90+78+5=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E05 is #A5B1FA. Grayscale: #494949. Windows color (decimal): -10859003 or 347738. OLE color: 347738.
HSL color Cylindrical-coordinate representation of color #5A4E05: hue angle of 51.53º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A4E05 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 5 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.65 |
| HSL | 51.53º | 0.89% | 0.19% | - |
| HSV(B) | 51.53º | 0.94% | 0.35% | - |
| XYZ | 6.97 | 7.63 | 1.25 | - |
| YUV | 73.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 5 | 0 | 0.13 | 0.94 | 0.65 | 51.53 | 0.89 | 0.19 |
| Hex | 5A | 4E | 5 | 0 | D | 5E | 41 | 34 | 59 | 13 |
| Octal | 132 | 116 | 5 | 0 | 15 | 136 | 101 | 64 | 131 | 23 |
| Binary | 1011010 | 1001110 | 101 | 0 | 1101 | 1011110 | 1000001 | 110100 | 1011001 | 10011 |
Color Harmonies of #5A4E05
Complementary color
Monochromatic Colors of #5A4E05
Black with #5A4E05
Text Example
Text Example
White with #5A4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E05; }
p { color: rgb(90,78,5); }
H1.HeaderClassName
{
color: #5A4E05;
}
.AnyTagClassName
{
color: #5A4E05;
}
</style>
background-color css
<style>
a { background-color: #5A4E05; }
a { background-color: rgb(90,78,5); }
div.DivClassName
{
background-color: #5A4E05;
}
.BgClassName
{
background-color: #5A4E05;
}
</style>
border-color css
<style>
span { border-color: #5A4E05; }
span { border-color: rgb(90,78,5); }
td.TdClassName
{
border-color: #5A4E05;
}
.TagClassName
{
border-color: #5A4E05;
}
</style>