Shades of Bronze Olive #564F11
Tints of Bronze Olive #564F11
RGB
CMYK
RGB Variations
Color information
#564F11 (or 0x564F11) is known color: Bronze Olive. HEX triplet: 56, 4F and 11. RGB value is (86,79,17). Sum of RGB (Red+Green+Blue) = 86+79+17=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #564F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F11 is #A9B0EE. Grayscale: #4A4A4A. Windows color (decimal): -11120879 or 1134422. OLE color: 1134422.
HSL color Cylindrical-coordinate representation of color #564F11: hue angle of 53.91º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564F11 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 17 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.66 |
| HSL | 53.91º | 0.67% | 0.2% | - |
| HSV(B) | 53.91º | 0.8% | 0.34% | - |
| XYZ | 6.73 | 7.61 | 1.64 | - |
| YUV | 74.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 17 | 0 | 0.08 | 0.80 | 0.66 | 53.91 | 0.67 | 0.2 |
| Hex | 56 | 4F | 11 | 0 | 8 | 50 | 42 | 36 | 43 | 14 |
| Octal | 126 | 117 | 21 | 0 | 10 | 120 | 102 | 66 | 103 | 24 |
| Binary | 1010110 | 1001111 | 10001 | 0 | 1000 | 1010000 | 1000010 | 110110 | 1000011 | 10100 |
Color Harmonies of #564F11
Complementary color
Monochromatic Colors of #564F11
Black with #564F11
Text Example
Text Example
White with #564F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F11; }
p { color: rgb(86,79,17); }
H1.HeaderClassName
{
color: #564F11;
}
.AnyTagClassName
{
color: #564F11;
}
</style>
background-color css
<style>
a { background-color: #564F11; }
a { background-color: rgb(86,79,17); }
div.DivClassName
{
background-color: #564F11;
}
.BgClassName
{
background-color: #564F11;
}
</style>
border-color css
<style>
span { border-color: #564F11; }
span { border-color: rgb(86,79,17); }
td.TdClassName
{
border-color: #564F11;
}
.TagClassName
{
border-color: #564F11;
}
</style>