Shades of Bronze Olive #564D15
Tints of Bronze Olive #564D15
RGB
CMYK
RGB Variations
Color information
#564D15 (or 0x564D15) is known color: Bronze Olive. HEX triplet: 56, 4D and 15. RGB value is (86,77,21). Sum of RGB (Red+Green+Blue) = 86+77+21=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #564D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564D15 is #A9B2EA. Grayscale: #494949. Windows color (decimal): -11121387 or 1396054. OLE color: 1396054.
HSL color Cylindrical-coordinate representation of color #564D15: hue angle of 51.69º 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 #564D15 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 77 | 21 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.66 |
| HSL | 51.69º | 0.61% | 0.21% | - |
| HSV(B) | 51.69º | 0.76% | 0.34% | - |
| XYZ | 6.63 | 7.34 | 1.78 | - |
| YUV | 73.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 21 | 0 | 0.10 | 0.76 | 0.66 | 51.69 | 0.61 | 0.21 |
| Hex | 56 | 4D | 15 | 0 | A | 4C | 42 | 34 | 3D | 15 |
| Octal | 126 | 115 | 25 | 0 | 12 | 114 | 102 | 64 | 75 | 25 |
| Binary | 1010110 | 1001101 | 10101 | 0 | 1010 | 1001100 | 1000010 | 110100 | 111101 | 10101 |
Color Harmonies of #564D15
Complementary color
Monochromatic Colors of #564D15
Black with #564D15
Text Example
Text Example
White with #564D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D15; }
p { color: rgb(86,77,21); }
H1.HeaderClassName
{
color: #564D15;
}
.AnyTagClassName
{
color: #564D15;
}
</style>
background-color css
<style>
a { background-color: #564D15; }
a { background-color: rgb(86,77,21); }
div.DivClassName
{
background-color: #564D15;
}
.BgClassName
{
background-color: #564D15;
}
</style>
border-color css
<style>
span { border-color: #564D15; }
span { border-color: rgb(86,77,21); }
td.TdClassName
{
border-color: #564D15;
}
.TagClassName
{
border-color: #564D15;
}
</style>