Shades of Bronze Olive #564A16
Tints of Bronze Olive #564A16
RGB
CMYK
RGB Variations
Color information
#564A16 (or 0x564A16) is known color: Bronze Olive. HEX triplet: 56, 4A and 16. RGB value is (86,74,22). Sum of RGB (Red+Green+Blue) = 86+74+22=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #564A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A16 is #A9B5E9. Grayscale: #474747. Windows color (decimal): -11122154 or 1460822. OLE color: 1460822.
HSL color Cylindrical-coordinate representation of color #564A16: hue angle of 48.75º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #564A16 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 22 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.66 |
| HSL | 48.75º | 0.59% | 0.21% | - |
| HSV(B) | 48.75º | 0.74% | 0.34% | - |
| XYZ | 6.43 | 6.93 | 1.76 | - |
| YUV | 71.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 22 | 0 | 0.14 | 0.74 | 0.66 | 48.75 | 0.59 | 0.21 |
| Hex | 56 | 4A | 16 | 0 | E | 4A | 42 | 31 | 3B | 15 |
| Octal | 126 | 112 | 26 | 0 | 16 | 112 | 102 | 61 | 73 | 25 |
| Binary | 1010110 | 1001010 | 10110 | 0 | 1110 | 1001010 | 1000010 | 110001 | 111011 | 10101 |
Color Harmonies of #564A16
Complementary color
Monochromatic Colors of #564A16
Black with #564A16
Text Example
Text Example
White with #564A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A16; }
p { color: rgb(86,74,22); }
H1.HeaderClassName
{
color: #564A16;
}
.AnyTagClassName
{
color: #564A16;
}
</style>
background-color css
<style>
a { background-color: #564A16; }
a { background-color: rgb(86,74,22); }
div.DivClassName
{
background-color: #564A16;
}
.BgClassName
{
background-color: #564A16;
}
</style>
border-color css
<style>
span { border-color: #564A16; }
span { border-color: rgb(86,74,22); }
td.TdClassName
{
border-color: #564A16;
}
.TagClassName
{
border-color: #564A16;
}
</style>