Shades of Bronze Olive #5A4E09
Tints of Bronze Olive #5A4E09
RGB
CMYK
RGB Variations
Color information
#5A4E09 (or 0x5A4E09) is known color: Bronze Olive. HEX triplet: 5A, 4E and 09. RGB value is (90,78,9). Sum of RGB (Red+Green+Blue) = 90+78+9=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E09 is #A5B1F6. Grayscale: #4A4A4A. Windows color (decimal): -10858999 or 609882. OLE color: 609882.
HSL color Cylindrical-coordinate representation of color #5A4E09: hue angle of 51.11º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A4E09 is Cyan = 0, Magento = 0.13, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 9 | - |
| CMYK | 0 | 0.13 | 0.9 | 0.65 |
| HSL | 51.11º | 0.82% | 0.19% | - |
| HSV(B) | 51.11º | 0.9% | 0.35% | - |
| XYZ | 6.99 | 7.64 | 1.37 | - |
| YUV | 73.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 9 | 0 | 0.13 | 0.9 | 0.65 | 51.11 | 0.82 | 0.19 |
| Hex | 5A | 4E | 9 | 0 | D | 5A | 41 | 33 | 52 | 13 |
| Octal | 132 | 116 | 11 | 0 | 15 | 132 | 101 | 63 | 122 | 23 |
| Binary | 1011010 | 1001110 | 1001 | 0 | 1101 | 1011010 | 1000001 | 110011 | 1010010 | 10011 |
Color Harmonies of #5A4E09
Complementary color
Monochromatic Colors of #5A4E09
Black with #5A4E09
Text Example
Text Example
White with #5A4E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E09; }
p { color: rgb(90,78,9); }
H1.HeaderClassName
{
color: #5A4E09;
}
.AnyTagClassName
{
color: #5A4E09;
}
</style>
background-color css
<style>
a { background-color: #5A4E09; }
a { background-color: rgb(90,78,9); }
div.DivClassName
{
background-color: #5A4E09;
}
.BgClassName
{
background-color: #5A4E09;
}
</style>
border-color css
<style>
span { border-color: #5A4E09; }
span { border-color: rgb(90,78,9); }
td.TdClassName
{
border-color: #5A4E09;
}
.TagClassName
{
border-color: #5A4E09;
}
</style>