Shades of Bronze Olive #5A4D09
Tints of Bronze Olive #5A4D09
RGB
CMYK
RGB Variations
Color information
#5A4D09 (or 0x5A4D09) is known color: Bronze Olive. HEX triplet: 5A, 4D and 09. RGB value is (90,77,9). Sum of RGB (Red+Green+Blue) = 90+77+9=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4D09 is #A5B2F6. Grayscale: #494949. Windows color (decimal): -10859255 or 609626. OLE color: 609626.
HSL color Cylindrical-coordinate representation of color #5A4D09: hue angle of 50.37º 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 #5A4D09 is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 77 | 9 | - |
| CMYK | 0 | 0.14 | 0.9 | 0.65 |
| HSL | 50.37º | 0.82% | 0.19% | - |
| HSV(B) | 50.37º | 0.9% | 0.35% | - |
| XYZ | 6.92 | 7.5 | 1.34 | - |
| YUV | 73.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 9 | 0 | 0.14 | 0.9 | 0.65 | 50.37 | 0.82 | 0.19 |
| Hex | 5A | 4D | 9 | 0 | E | 5A | 41 | 32 | 52 | 13 |
| Octal | 132 | 115 | 11 | 0 | 16 | 132 | 101 | 62 | 122 | 23 |
| Binary | 1011010 | 1001101 | 1001 | 0 | 1110 | 1011010 | 1000001 | 110010 | 1010010 | 10011 |
Color Harmonies of #5A4D09
Complementary color
Monochromatic Colors of #5A4D09
Black with #5A4D09
Text Example
Text Example
White with #5A4D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D09; }
p { color: rgb(90,77,9); }
H1.HeaderClassName
{
color: #5A4D09;
}
.AnyTagClassName
{
color: #5A4D09;
}
</style>
background-color css
<style>
a { background-color: #5A4D09; }
a { background-color: rgb(90,77,9); }
div.DivClassName
{
background-color: #5A4D09;
}
.BgClassName
{
background-color: #5A4D09;
}
</style>
border-color css
<style>
span { border-color: #5A4D09; }
span { border-color: rgb(90,77,9); }
td.TdClassName
{
border-color: #5A4D09;
}
.TagClassName
{
border-color: #5A4D09;
}
</style>