Shades of Bronze Olive #564F15
Tints of Bronze Olive #564F15
RGB
CMYK
RGB Variations
Color information
#564F15 (or 0x564F15) is known color: Bronze Olive. HEX triplet: 56, 4F and 15. RGB value is (86,79,21). Sum of RGB (Red+Green+Blue) = 86+79+21=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #564F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F15 is #A9B0EA. Grayscale: #4A4A4A. Windows color (decimal): -11120875 or 1396566. OLE color: 1396566.
HSL color Cylindrical-coordinate representation of color #564F15: hue angle of 53.54º 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 #564F15 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 21 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.66 |
| HSL | 53.54º | 0.61% | 0.21% | - |
| HSV(B) | 53.54º | 0.76% | 0.34% | - |
| XYZ | 6.77 | 7.62 | 1.82 | - |
| YUV | 74.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 21 | 0 | 0.08 | 0.76 | 0.66 | 53.54 | 0.61 | 0.21 |
| Hex | 56 | 4F | 15 | 0 | 8 | 4C | 42 | 36 | 3D | 15 |
| Octal | 126 | 117 | 25 | 0 | 10 | 114 | 102 | 66 | 75 | 25 |
| Binary | 1010110 | 1001111 | 10101 | 0 | 1000 | 1001100 | 1000010 | 110110 | 111101 | 10101 |
Color Harmonies of #564F15
Complementary color
Monochromatic Colors of #564F15
Black with #564F15
Text Example
Text Example
White with #564F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F15; }
p { color: rgb(86,79,21); }
H1.HeaderClassName
{
color: #564F15;
}
.AnyTagClassName
{
color: #564F15;
}
</style>
background-color css
<style>
a { background-color: #564F15; }
a { background-color: rgb(86,79,21); }
div.DivClassName
{
background-color: #564F15;
}
.BgClassName
{
background-color: #564F15;
}
</style>
border-color css
<style>
span { border-color: #564F15; }
span { border-color: rgb(86,79,21); }
td.TdClassName
{
border-color: #564F15;
}
.TagClassName
{
border-color: #564F15;
}
</style>