Shades of Bronze Olive #565114
Tints of Bronze Olive #565114
RGB
CMYK
RGB Variations
Color information
#565114 (or 0x565114) is known color: Bronze Olive. HEX triplet: 56, 51 and 14. RGB value is (86,81,20). Sum of RGB (Red+Green+Blue) = 86+81+20=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #565114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565114 is #A9AEEB. Grayscale: #4B4B4B. Windows color (decimal): -11120364 or 1331542. OLE color: 1331542.
HSL color Cylindrical-coordinate representation of color #565114: hue angle of 55.45º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #565114 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 20 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.66 |
| HSL | 55.45º | 0.62% | 0.21% | - |
| HSV(B) | 55.45º | 0.77% | 0.34% | - |
| XYZ | 6.91 | 7.91 | 1.83 | - |
| YUV | 75.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 20 | 0 | 0.06 | 0.77 | 0.66 | 55.45 | 0.62 | 0.21 |
| Hex | 56 | 51 | 14 | 0 | 6 | 4D | 42 | 37 | 3E | 15 |
| Octal | 126 | 121 | 24 | 0 | 6 | 115 | 102 | 67 | 76 | 25 |
| Binary | 1010110 | 1010001 | 10100 | 0 | 110 | 1001101 | 1000010 | 110111 | 111110 | 10101 |
Color Harmonies of #565114
Complementary color
Monochromatic Colors of #565114
Black with #565114
Text Example
Text Example
White with #565114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565114; }
p { color: rgb(86,81,20); }
H1.HeaderClassName
{
color: #565114;
}
.AnyTagClassName
{
color: #565114;
}
</style>
background-color css
<style>
a { background-color: #565114; }
a { background-color: rgb(86,81,20); }
div.DivClassName
{
background-color: #565114;
}
.BgClassName
{
background-color: #565114;
}
</style>
border-color css
<style>
span { border-color: #565114; }
span { border-color: rgb(86,81,20); }
td.TdClassName
{
border-color: #565114;
}
.TagClassName
{
border-color: #565114;
}
</style>