Shades of Bronze Olive #564F10
Tints of Bronze Olive #564F10
RGB
CMYK
RGB Variations
Color information
#564F10 (or 0x564F10) is known color: Bronze Olive. HEX triplet: 56, 4F and 10. RGB value is (86,79,16). Sum of RGB (Red+Green+Blue) = 86+79+16=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #564F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F10 is #A9B0EF. Grayscale: #4A4A4A. Windows color (decimal): -11120880 or 1068886. OLE color: 1068886.
HSL color Cylindrical-coordinate representation of color #564F10: hue angle of 54º 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 #564F10 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 16 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.66 |
| HSL | 54º | 0.69% | 0.2% | - |
| HSV(B) | 54º | 0.81% | 0.34% | - |
| XYZ | 6.73 | 7.61 | 1.6 | - |
| YUV | 73.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 16 | 0 | 0.08 | 0.81 | 0.66 | 54 | 0.69 | 0.2 |
| Hex | 56 | 4F | 10 | 0 | 8 | 51 | 42 | 36 | 45 | 14 |
| Octal | 126 | 117 | 20 | 0 | 10 | 121 | 102 | 66 | 105 | 24 |
| Binary | 1010110 | 1001111 | 10000 | 0 | 1000 | 1010001 | 1000010 | 110110 | 1000101 | 10100 |
Color Harmonies of #564F10
Complementary color
Monochromatic Colors of #564F10
Black with #564F10
Text Example
Text Example
White with #564F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F10; }
p { color: rgb(86,79,16); }
H1.HeaderClassName
{
color: #564F10;
}
.AnyTagClassName
{
color: #564F10;
}
</style>
background-color css
<style>
a { background-color: #564F10; }
a { background-color: rgb(86,79,16); }
div.DivClassName
{
background-color: #564F10;
}
.BgClassName
{
background-color: #564F10;
}
</style>
border-color css
<style>
span { border-color: #564F10; }
span { border-color: rgb(86,79,16); }
td.TdClassName
{
border-color: #564F10;
}
.TagClassName
{
border-color: #564F10;
}
</style>