Shades of Bronze Olive #5A4810
Tints of Bronze Olive #5A4810
RGB
CMYK
RGB Variations
Color information
#5A4810 (or 0x5A4810) is known color: Bronze Olive. HEX triplet: 5A, 48 and 10. RGB value is (90,72,16). Sum of RGB (Red+Green+Blue) = 90+72+16=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4810 is #A5B7EF. Grayscale: #474747. Windows color (decimal): -10860528 or 1067098. OLE color: 1067098.
HSL color Cylindrical-coordinate representation of color #5A4810: hue angle of 45.41º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A4810 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 16 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.65 |
| HSL | 45.41º | 0.7% | 0.21% | - |
| HSV(B) | 45.41º | 0.82% | 0.35% | - |
| XYZ | 6.63 | 6.85 | 1.46 | - |
| YUV | 71 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 16 | 0 | 0.20 | 0.82 | 0.65 | 45.41 | 0.7 | 0.21 |
| Hex | 5A | 48 | 10 | 0 | 14 | 52 | 41 | 2D | 46 | 15 |
| Octal | 132 | 110 | 20 | 0 | 24 | 122 | 101 | 55 | 106 | 25 |
| Binary | 1011010 | 1001000 | 10000 | 0 | 10100 | 1010010 | 1000001 | 101101 | 1000110 | 10101 |
Color Harmonies of #5A4810
Complementary color
Monochromatic Colors of #5A4810
Black with #5A4810
Text Example
Text Example
White with #5A4810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4810; }
p { color: rgb(90,72,16); }
H1.HeaderClassName
{
color: #5A4810;
}
.AnyTagClassName
{
color: #5A4810;
}
</style>
background-color css
<style>
a { background-color: #5A4810; }
a { background-color: rgb(90,72,16); }
div.DivClassName
{
background-color: #5A4810;
}
.BgClassName
{
background-color: #5A4810;
}
</style>
border-color css
<style>
span { border-color: #5A4810; }
span { border-color: rgb(90,72,16); }
td.TdClassName
{
border-color: #5A4810;
}
.TagClassName
{
border-color: #5A4810;
}
</style>