Shades of Bronze Olive #5A5110
Tints of Bronze Olive #5A5110
RGB
CMYK
RGB Variations
Color information
#5A5110 (or 0x5A5110) is known color: Bronze Olive. HEX triplet: 5A, 51 and 10. RGB value is (90,81,16). Sum of RGB (Red+Green+Blue) = 90+81+16=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5110 is #A5AEEF. Grayscale: #4C4C4C. Windows color (decimal): -10858224 or 1069402. OLE color: 1069402.
HSL color Cylindrical-coordinate representation of color #5A5110: hue angle of 52.7º 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 #5A5110 is Cyan = 0, Magento = 0.1, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 16 | - |
| CMYK | 0 | 0.1 | 0.82 | 0.65 |
| HSL | 52.7º | 0.7% | 0.21% | - |
| HSV(B) | 52.7º | 0.82% | 0.35% | - |
| XYZ | 7.25 | 8.1 | 1.67 | - |
| YUV | 76.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 16 | 0 | 0.1 | 0.82 | 0.65 | 52.7 | 0.7 | 0.21 |
| Hex | 5A | 51 | 10 | 0 | A | 52 | 41 | 35 | 46 | 15 |
| Octal | 132 | 121 | 20 | 0 | 12 | 122 | 101 | 65 | 106 | 25 |
| Binary | 1011010 | 1010001 | 10000 | 0 | 1010 | 1010010 | 1000001 | 110101 | 1000110 | 10101 |
Color Harmonies of #5A5110
Complementary color
Monochromatic Colors of #5A5110
Black with #5A5110
Text Example
Text Example
White with #5A5110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5110; }
p { color: rgb(90,81,16); }
H1.HeaderClassName
{
color: #5A5110;
}
.AnyTagClassName
{
color: #5A5110;
}
</style>
background-color css
<style>
a { background-color: #5A5110; }
a { background-color: rgb(90,81,16); }
div.DivClassName
{
background-color: #5A5110;
}
.BgClassName
{
background-color: #5A5110;
}
</style>
border-color css
<style>
span { border-color: #5A5110; }
span { border-color: rgb(90,81,16); }
td.TdClassName
{
border-color: #5A5110;
}
.TagClassName
{
border-color: #5A5110;
}
</style>