Shades of Bronze Olive #564A15
Tints of Bronze Olive #564A15
RGB
CMYK
RGB Variations
Color information
#564A15 (or 0x564A15) is known color: Bronze Olive. HEX triplet: 56, 4A and 15. RGB value is (86,74,21). Sum of RGB (Red+Green+Blue) = 86+74+21=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #564A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A15 is #A9B5EA. Grayscale: #474747. Windows color (decimal): -11122155 or 1395286. OLE color: 1395286.
HSL color Cylindrical-coordinate representation of color #564A15: hue angle of 48.92º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #564A15 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 21 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.66 |
| HSL | 48.92º | 0.61% | 0.21% | - |
| HSV(B) | 48.92º | 0.76% | 0.34% | - |
| XYZ | 6.42 | 6.93 | 1.71 | - |
| YUV | 71.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 21 | 0 | 0.14 | 0.76 | 0.66 | 48.92 | 0.61 | 0.21 |
| Hex | 56 | 4A | 15 | 0 | E | 4C | 42 | 31 | 3D | 15 |
| Octal | 126 | 112 | 25 | 0 | 16 | 114 | 102 | 61 | 75 | 25 |
| Binary | 1010110 | 1001010 | 10101 | 0 | 1110 | 1001100 | 1000010 | 110001 | 111101 | 10101 |
Color Harmonies of #564A15
Complementary color
Monochromatic Colors of #564A15
Black with #564A15
Text Example
Text Example
White with #564A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A15; }
p { color: rgb(86,74,21); }
H1.HeaderClassName
{
color: #564A15;
}
.AnyTagClassName
{
color: #564A15;
}
</style>
background-color css
<style>
a { background-color: #564A15; }
a { background-color: rgb(86,74,21); }
div.DivClassName
{
background-color: #564A15;
}
.BgClassName
{
background-color: #564A15;
}
</style>
border-color css
<style>
span { border-color: #564A15; }
span { border-color: rgb(86,74,21); }
td.TdClassName
{
border-color: #564A15;
}
.TagClassName
{
border-color: #564A15;
}
</style>