Shades of Bronze Olive #565014
Tints of Bronze Olive #565014
RGB
CMYK
RGB Variations
Color information
#565014 (or 0x565014) is known color: Bronze Olive. HEX triplet: 56, 50 and 14. RGB value is (86,80,20). Sum of RGB (Red+Green+Blue) = 86+80+20=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #565014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565014 is #A9AFEB. Grayscale: #4B4B4B. Windows color (decimal): -11120620 or 1331286. OLE color: 1331286.
HSL color Cylindrical-coordinate representation of color #565014: hue angle of 54.55º 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 #565014 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 20 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.66 |
| HSL | 54.55º | 0.62% | 0.21% | - |
| HSV(B) | 54.55º | 0.77% | 0.34% | - |
| XYZ | 6.83 | 7.77 | 1.8 | - |
| YUV | 74.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 20 | 0 | 0.07 | 0.77 | 0.66 | 54.55 | 0.62 | 0.21 |
| Hex | 56 | 50 | 14 | 0 | 7 | 4D | 42 | 37 | 3E | 15 |
| Octal | 126 | 120 | 24 | 0 | 7 | 115 | 102 | 67 | 76 | 25 |
| Binary | 1010110 | 1010000 | 10100 | 0 | 111 | 1001101 | 1000010 | 110111 | 111110 | 10101 |
Color Harmonies of #565014
Complementary color
Monochromatic Colors of #565014
Black with #565014
Text Example
Text Example
White with #565014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565014; }
p { color: rgb(86,80,20); }
H1.HeaderClassName
{
color: #565014;
}
.AnyTagClassName
{
color: #565014;
}
</style>
background-color css
<style>
a { background-color: #565014; }
a { background-color: rgb(86,80,20); }
div.DivClassName
{
background-color: #565014;
}
.BgClassName
{
background-color: #565014;
}
</style>
border-color css
<style>
span { border-color: #565014; }
span { border-color: rgb(86,80,20); }
td.TdClassName
{
border-color: #565014;
}
.TagClassName
{
border-color: #565014;
}
</style>