Shades of Bronze Olive #564E15
Tints of Bronze Olive #564E15
RGB
CMYK
RGB Variations
Color information
#564E15 (or 0x564E15) is known color: Bronze Olive. HEX triplet: 56, 4E and 15. RGB value is (86,78,21). Sum of RGB (Red+Green+Blue) = 86+78+21=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #564E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E15 is #A9B1EA. Grayscale: #4A4A4A. Windows color (decimal): -11121131 or 1396310. OLE color: 1396310.
HSL color Cylindrical-coordinate representation of color #564E15: hue angle of 52.62º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #564E15 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 21 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.66 |
| HSL | 52.62º | 0.61% | 0.21% | - |
| HSV(B) | 52.62º | 0.76% | 0.34% | - |
| XYZ | 6.7 | 7.48 | 1.8 | - |
| YUV | 73.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 21 | 0 | 0.09 | 0.76 | 0.66 | 52.62 | 0.61 | 0.21 |
| Hex | 56 | 4E | 15 | 0 | 9 | 4C | 42 | 35 | 3D | 15 |
| Octal | 126 | 116 | 25 | 0 | 11 | 114 | 102 | 65 | 75 | 25 |
| Binary | 1010110 | 1001110 | 10101 | 0 | 1001 | 1001100 | 1000010 | 110101 | 111101 | 10101 |
Color Harmonies of #564E15
Complementary color
Monochromatic Colors of #564E15
Black with #564E15
Text Example
Text Example
White with #564E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E15; }
p { color: rgb(86,78,21); }
H1.HeaderClassName
{
color: #564E15;
}
.AnyTagClassName
{
color: #564E15;
}
</style>
background-color css
<style>
a { background-color: #564E15; }
a { background-color: rgb(86,78,21); }
div.DivClassName
{
background-color: #564E15;
}
.BgClassName
{
background-color: #564E15;
}
</style>
border-color css
<style>
span { border-color: #564E15; }
span { border-color: rgb(86,78,21); }
td.TdClassName
{
border-color: #564E15;
}
.TagClassName
{
border-color: #564E15;
}
</style>