Shades of Bronze Olive #564210
Tints of Bronze Olive #564210
RGB
CMYK
RGB Variations
Color information
#564210 (or 0x564210) is known color: Bronze Olive. HEX triplet: 56, 42 and 10. RGB value is (86,66,16). Sum of RGB (Red+Green+Blue) = 86+66+16=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #564210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564210 is #A9BDEF. Grayscale: #424242. Windows color (decimal): -11124208 or 1065558. OLE color: 1065558.
HSL color Cylindrical-coordinate representation of color #564210: hue angle of 42.86º 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 #564210 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 16 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.66 |
| HSL | 42.86º | 0.69% | 0.2% | - |
| HSV(B) | 42.86º | 0.81% | 0.34% | - |
| XYZ | 5.88 | 5.91 | 1.32 | - |
| YUV | 66.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 16 | 0 | 0.23 | 0.81 | 0.66 | 42.86 | 0.69 | 0.2 |
| Hex | 56 | 42 | 10 | 0 | 17 | 51 | 42 | 2B | 45 | 14 |
| Octal | 126 | 102 | 20 | 0 | 27 | 121 | 102 | 53 | 105 | 24 |
| Binary | 1010110 | 1000010 | 10000 | 0 | 10111 | 1010001 | 1000010 | 101011 | 1000101 | 10100 |
Color Harmonies of #564210
Complementary color
Monochromatic Colors of #564210
Black with #564210
Text Example
Text Example
White with #564210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564210; }
p { color: rgb(86,66,16); }
H1.HeaderClassName
{
color: #564210;
}
.AnyTagClassName
{
color: #564210;
}
</style>
background-color css
<style>
a { background-color: #564210; }
a { background-color: rgb(86,66,16); }
div.DivClassName
{
background-color: #564210;
}
.BgClassName
{
background-color: #564210;
}
</style>
border-color css
<style>
span { border-color: #564210; }
span { border-color: rgb(86,66,16); }
td.TdClassName
{
border-color: #564210;
}
.TagClassName
{
border-color: #564210;
}
</style>