Shades of Bronze Olive #564E10
Tints of Bronze Olive #564E10
RGB
CMYK
RGB Variations
Color information
#564E10 (or 0x564E10) is known color: Bronze Olive. HEX triplet: 56, 4E and 10. RGB value is (86,78,16). Sum of RGB (Red+Green+Blue) = 86+78+16=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #564E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E10 is #A9B1EF. Grayscale: #494949. Windows color (decimal): -11121136 or 1068630. OLE color: 1068630.
HSL color Cylindrical-coordinate representation of color #564E10: hue angle of 53.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #564E10 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 16 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.66 |
| HSL | 53.14º | 0.69% | 0.2% | - |
| HSV(B) | 53.14º | 0.81% | 0.34% | - |
| XYZ | 6.66 | 7.46 | 1.58 | - |
| YUV | 73.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 16 | 0 | 0.09 | 0.81 | 0.66 | 53.14 | 0.69 | 0.2 |
| Hex | 56 | 4E | 10 | 0 | 9 | 51 | 42 | 35 | 45 | 14 |
| Octal | 126 | 116 | 20 | 0 | 11 | 121 | 102 | 65 | 105 | 24 |
| Binary | 1010110 | 1001110 | 10000 | 0 | 1001 | 1010001 | 1000010 | 110101 | 1000101 | 10100 |
Color Harmonies of #564E10
Complementary color
Monochromatic Colors of #564E10
Black with #564E10
Text Example
Text Example
White with #564E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E10; }
p { color: rgb(86,78,16); }
H1.HeaderClassName
{
color: #564E10;
}
.AnyTagClassName
{
color: #564E10;
}
</style>
background-color css
<style>
a { background-color: #564E10; }
a { background-color: rgb(86,78,16); }
div.DivClassName
{
background-color: #564E10;
}
.BgClassName
{
background-color: #564E10;
}
</style>
border-color css
<style>
span { border-color: #564E10; }
span { border-color: rgb(86,78,16); }
td.TdClassName
{
border-color: #564E10;
}
.TagClassName
{
border-color: #564E10;
}
</style>