Shades of Bronze Olive #5A4903
Tints of Bronze Olive #5A4903
RGB
CMYK
RGB Variations
Color information
#5A4903 (or 0x5A4903) is known color: Bronze Olive. HEX triplet: 5A, 49 and 03. RGB value is (90,73,3). Sum of RGB (Red+Green+Blue) = 90+73+3=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4903 is #A5B6FC. Grayscale: #464646. Windows color (decimal): -10860285 or 215386. OLE color: 215386.
HSL color Cylindrical-coordinate representation of color #5A4903: hue angle of 48.28º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A4903 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 3 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.65 |
| HSL | 48.28º | 0.94% | 0.18% | - |
| HSV(B) | 48.28º | 0.97% | 0.35% | - |
| XYZ | 6.62 | 6.95 | 1.08 | - |
| YUV | 70.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 3 | 0 | 0.19 | 0.97 | 0.65 | 48.28 | 0.94 | 0.18 |
| Hex | 5A | 49 | 3 | 0 | 13 | 61 | 41 | 30 | 5E | 12 |
| Octal | 132 | 111 | 3 | 0 | 23 | 141 | 101 | 60 | 136 | 22 |
| Binary | 1011010 | 1001001 | 11 | 0 | 10011 | 1100001 | 1000001 | 110000 | 1011110 | 10010 |
Color Harmonies of #5A4903
Complementary color
Monochromatic Colors of #5A4903
Black with #5A4903
Text Example
Text Example
White with #5A4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4903; }
p { color: rgb(90,73,3); }
H1.HeaderClassName
{
color: #5A4903;
}
.AnyTagClassName
{
color: #5A4903;
}
</style>
background-color css
<style>
a { background-color: #5A4903; }
a { background-color: rgb(90,73,3); }
div.DivClassName
{
background-color: #5A4903;
}
.BgClassName
{
background-color: #5A4903;
}
</style>
border-color css
<style>
span { border-color: #5A4903; }
span { border-color: rgb(90,73,3); }
td.TdClassName
{
border-color: #5A4903;
}
.TagClassName
{
border-color: #5A4903;
}
</style>