Shades of Bronze Olive #5A4A09
Tints of Bronze Olive #5A4A09
RGB
CMYK
RGB Variations
Color information
#5A4A09 (or 0x5A4A09) is known color: Bronze Olive. HEX triplet: 5A, 4A and 09. RGB value is (90,74,9). Sum of RGB (Red+Green+Blue) = 90+74+9=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4A09 is #A5B5F6. Grayscale: #474747. Windows color (decimal): -10860023 or 608858. OLE color: 608858.
HSL color Cylindrical-coordinate representation of color #5A4A09: hue angle of 48.15º 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 #5A4A09 is Cyan = 0, Magento = 0.18, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 9 | - |
| CMYK | 0 | 0.18 | 0.9 | 0.65 |
| HSL | 48.15º | 0.82% | 0.19% | - |
| HSV(B) | 48.15º | 0.9% | 0.35% | - |
| XYZ | 6.71 | 7.09 | 1.27 | - |
| YUV | 71.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 9 | 0 | 0.18 | 0.9 | 0.65 | 48.15 | 0.82 | 0.19 |
| Hex | 5A | 4A | 9 | 0 | 12 | 5A | 41 | 30 | 52 | 13 |
| Octal | 132 | 112 | 11 | 0 | 22 | 132 | 101 | 60 | 122 | 23 |
| Binary | 1011010 | 1001010 | 1001 | 0 | 10010 | 1011010 | 1000001 | 110000 | 1010010 | 10011 |
Color Harmonies of #5A4A09
Complementary color
Monochromatic Colors of #5A4A09
Black with #5A4A09
Text Example
Text Example
White with #5A4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A09; }
p { color: rgb(90,74,9); }
H1.HeaderClassName
{
color: #5A4A09;
}
.AnyTagClassName
{
color: #5A4A09;
}
</style>
background-color css
<style>
a { background-color: #5A4A09; }
a { background-color: rgb(90,74,9); }
div.DivClassName
{
background-color: #5A4A09;
}
.BgClassName
{
background-color: #5A4A09;
}
</style>
border-color css
<style>
span { border-color: #5A4A09; }
span { border-color: rgb(90,74,9); }
td.TdClassName
{
border-color: #5A4A09;
}
.TagClassName
{
border-color: #5A4A09;
}
</style>