Shades of Bronze Olive #5A4909
Tints of Bronze Olive #5A4909
RGB
CMYK
RGB Variations
Color information
#5A4909 (or 0x5A4909) is known color: Bronze Olive. HEX triplet: 5A, 49 and 09. RGB value is (90,73,9). Sum of RGB (Red+Green+Blue) = 90+73+9=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4909 is #A5B6F6. Grayscale: #474747. Windows color (decimal): -10860279 or 608602. OLE color: 608602.
HSL color Cylindrical-coordinate representation of color #5A4909: hue angle of 47.41º 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 #5A4909 is Cyan = 0, Magento = 0.19, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 9 | - |
| CMYK | 0 | 0.19 | 0.9 | 0.65 |
| HSL | 47.41º | 0.82% | 0.19% | - |
| HSV(B) | 47.41º | 0.9% | 0.35% | - |
| XYZ | 6.65 | 6.96 | 1.25 | - |
| YUV | 70.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 9 | 0 | 0.19 | 0.9 | 0.65 | 47.41 | 0.82 | 0.19 |
| Hex | 5A | 49 | 9 | 0 | 13 | 5A | 41 | 2F | 52 | 13 |
| Octal | 132 | 111 | 11 | 0 | 23 | 132 | 101 | 57 | 122 | 23 |
| Binary | 1011010 | 1001001 | 1001 | 0 | 10011 | 1011010 | 1000001 | 101111 | 1010010 | 10011 |
Color Harmonies of #5A4909
Complementary color
Monochromatic Colors of #5A4909
Black with #5A4909
Text Example
Text Example
White with #5A4909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4909; }
p { color: rgb(90,73,9); }
H1.HeaderClassName
{
color: #5A4909;
}
.AnyTagClassName
{
color: #5A4909;
}
</style>
background-color css
<style>
a { background-color: #5A4909; }
a { background-color: rgb(90,73,9); }
div.DivClassName
{
background-color: #5A4909;
}
.BgClassName
{
background-color: #5A4909;
}
</style>
border-color css
<style>
span { border-color: #5A4909; }
span { border-color: rgb(90,73,9); }
td.TdClassName
{
border-color: #5A4909;
}
.TagClassName
{
border-color: #5A4909;
}
</style>