Shades of Bronze Olive #564E11
Tints of Bronze Olive #564E11
RGB
CMYK
RGB Variations
Color information
#564E11 (or 0x564E11) is known color: Bronze Olive. HEX triplet: 56, 4E and 11. RGB value is (86,78,17). Sum of RGB (Red+Green+Blue) = 86+78+17=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #564E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E11 is #A9B1EE. Grayscale: #494949. Windows color (decimal): -11121135 or 1134166. OLE color: 1134166.
HSL color Cylindrical-coordinate representation of color #564E11: hue angle of 53.04º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564E11 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 17 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.66 |
| HSL | 53.04º | 0.67% | 0.2% | - |
| HSV(B) | 53.04º | 0.8% | 0.34% | - |
| XYZ | 6.66 | 7.47 | 1.62 | - |
| YUV | 73.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 17 | 0 | 0.09 | 0.80 | 0.66 | 53.04 | 0.67 | 0.2 |
| Hex | 56 | 4E | 11 | 0 | 9 | 50 | 42 | 35 | 43 | 14 |
| Octal | 126 | 116 | 21 | 0 | 11 | 120 | 102 | 65 | 103 | 24 |
| Binary | 1010110 | 1001110 | 10001 | 0 | 1001 | 1010000 | 1000010 | 110101 | 1000011 | 10100 |
Color Harmonies of #564E11
Complementary color
Monochromatic Colors of #564E11
Black with #564E11
Text Example
Text Example
White with #564E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E11; }
p { color: rgb(86,78,17); }
H1.HeaderClassName
{
color: #564E11;
}
.AnyTagClassName
{
color: #564E11;
}
</style>
background-color css
<style>
a { background-color: #564E11; }
a { background-color: rgb(86,78,17); }
div.DivClassName
{
background-color: #564E11;
}
.BgClassName
{
background-color: #564E11;
}
</style>
border-color css
<style>
span { border-color: #564E11; }
span { border-color: rgb(86,78,17); }
td.TdClassName
{
border-color: #564E11;
}
.TagClassName
{
border-color: #564E11;
}
</style>