Shades of Bronze Olive #564705
Tints of Bronze Olive #564705
RGB
CMYK
RGB Variations
Color information
#564705 (or 0x564705) is known color: Bronze Olive. HEX triplet: 56, 47 and 05. RGB value is (86,71,5). Sum of RGB (Red+Green+Blue) = 86+71+5=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #564705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564705 is #A9B8FA. Grayscale: #444444. Windows color (decimal): -11122939 or 345942. OLE color: 345942.
HSL color Cylindrical-coordinate representation of color #564705: hue angle of 48.89º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #564705 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 71 | 5 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.66 |
| HSL | 48.89º | 0.89% | 0.18% | - |
| HSV(B) | 48.89º | 0.94% | 0.34% | - |
| XYZ | 6.12 | 6.5 | 1.07 | - |
| YUV | 67.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 5 | 0 | 0.17 | 0.94 | 0.66 | 48.89 | 0.89 | 0.18 |
| Hex | 56 | 47 | 5 | 0 | 11 | 5E | 42 | 31 | 59 | 12 |
| Octal | 126 | 107 | 5 | 0 | 21 | 136 | 102 | 61 | 131 | 22 |
| Binary | 1010110 | 1000111 | 101 | 0 | 10001 | 1011110 | 1000010 | 110001 | 1011001 | 10010 |
Color Harmonies of #564705
Complementary color
Monochromatic Colors of #564705
Black with #564705
Text Example
Text Example
White with #564705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564705; }
p { color: rgb(86,71,5); }
H1.HeaderClassName
{
color: #564705;
}
.AnyTagClassName
{
color: #564705;
}
</style>
background-color css
<style>
a { background-color: #564705; }
a { background-color: rgb(86,71,5); }
div.DivClassName
{
background-color: #564705;
}
.BgClassName
{
background-color: #564705;
}
</style>
border-color css
<style>
span { border-color: #564705; }
span { border-color: rgb(86,71,5); }
td.TdClassName
{
border-color: #564705;
}
.TagClassName
{
border-color: #564705;
}
</style>