Shades of Bronze Olive #564F14
Tints of Bronze Olive #564F14
RGB
CMYK
RGB Variations
Color information
#564F14 (or 0x564F14) is known color: Bronze Olive. HEX triplet: 56, 4F and 14. RGB value is (86,79,20). Sum of RGB (Red+Green+Blue) = 86+79+20=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #564F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F14 is #A9B0EB. Grayscale: #4A4A4A. Windows color (decimal): -11120876 or 1331030. OLE color: 1331030.
HSL color Cylindrical-coordinate representation of color #564F14: hue angle of 53.64º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #564F14 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 20 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.66 |
| HSL | 53.64º | 0.62% | 0.21% | - |
| HSV(B) | 53.64º | 0.77% | 0.34% | - |
| XYZ | 6.76 | 7.62 | 1.78 | - |
| YUV | 74.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 20 | 0 | 0.08 | 0.77 | 0.66 | 53.64 | 0.62 | 0.21 |
| Hex | 56 | 4F | 14 | 0 | 8 | 4D | 42 | 36 | 3E | 15 |
| Octal | 126 | 117 | 24 | 0 | 10 | 115 | 102 | 66 | 76 | 25 |
| Binary | 1010110 | 1001111 | 10100 | 0 | 1000 | 1001101 | 1000010 | 110110 | 111110 | 10101 |
Color Harmonies of #564F14
Complementary color
Monochromatic Colors of #564F14
Black with #564F14
Text Example
Text Example
White with #564F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F14; }
p { color: rgb(86,79,20); }
H1.HeaderClassName
{
color: #564F14;
}
.AnyTagClassName
{
color: #564F14;
}
</style>
background-color css
<style>
a { background-color: #564F14; }
a { background-color: rgb(86,79,20); }
div.DivClassName
{
background-color: #564F14;
}
.BgClassName
{
background-color: #564F14;
}
</style>
border-color css
<style>
span { border-color: #564F14; }
span { border-color: rgb(86,79,20); }
td.TdClassName
{
border-color: #564F14;
}
.TagClassName
{
border-color: #564F14;
}
</style>