Shades of Bronze Olive #5A5610
Tints of Bronze Olive #5A5610
RGB
CMYK
RGB Variations
Color information
#5A5610 (or 0x5A5610) is known color: Bronze Olive. HEX triplet: 5A, 56 and 10. RGB value is (90,86,16). Sum of RGB (Red+Green+Blue) = 90+86+16=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5610 is #A5A9EF. Grayscale: #4F4F4F. Windows color (decimal): -10856944 or 1070682. OLE color: 1070682.
HSL color Cylindrical-coordinate representation of color #5A5610: hue angle of 56.76º 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 #5A5610 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 16 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.65 |
| HSL | 56.76º | 0.7% | 0.21% | - |
| HSV(B) | 56.76º | 0.82% | 0.35% | - |
| XYZ | 7.64 | 8.87 | 1.8 | - |
| YUV | 79.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 16 | 0 | 0.04 | 0.82 | 0.65 | 56.76 | 0.7 | 0.21 |
| Hex | 5A | 56 | 10 | 0 | 4 | 52 | 41 | 39 | 46 | 15 |
| Octal | 132 | 126 | 20 | 0 | 4 | 122 | 101 | 71 | 106 | 25 |
| Binary | 1011010 | 1010110 | 10000 | 0 | 100 | 1010010 | 1000001 | 111001 | 1000110 | 10101 |
Color Harmonies of #5A5610
Complementary color
Monochromatic Colors of #5A5610
Black with #5A5610
Text Example
Text Example
White with #5A5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5610; }
p { color: rgb(90,86,16); }
H1.HeaderClassName
{
color: #5A5610;
}
.AnyTagClassName
{
color: #5A5610;
}
</style>
background-color css
<style>
a { background-color: #5A5610; }
a { background-color: rgb(90,86,16); }
div.DivClassName
{
background-color: #5A5610;
}
.BgClassName
{
background-color: #5A5610;
}
</style>
border-color css
<style>
span { border-color: #5A5610; }
span { border-color: rgb(90,86,16); }
td.TdClassName
{
border-color: #5A5610;
}
.TagClassName
{
border-color: #5A5610;
}
</style>