Shades of Bronze Olive #564215
Tints of Bronze Olive #564215
RGB
CMYK
RGB Variations
Color information
#564215 (or 0x564215) is known color: Bronze Olive. HEX triplet: 56, 42 and 15. RGB value is (86,66,21). Sum of RGB (Red+Green+Blue) = 86+66+21=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564215 is #A9BDEA. Grayscale: #434343. Windows color (decimal): -11124203 or 1393238. OLE color: 1393238.
HSL color Cylindrical-coordinate representation of color #564215: hue angle of 41.54º 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 #564215 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 21 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.66 |
| HSL | 41.54º | 0.61% | 0.21% | - |
| HSV(B) | 41.54º | 0.76% | 0.34% | - |
| XYZ | 5.92 | 5.93 | 1.54 | - |
| YUV | 66.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 21 | 0 | 0.23 | 0.76 | 0.66 | 41.54 | 0.61 | 0.21 |
| Hex | 56 | 42 | 15 | 0 | 17 | 4C | 42 | 2A | 3D | 15 |
| Octal | 126 | 102 | 25 | 0 | 27 | 114 | 102 | 52 | 75 | 25 |
| Binary | 1010110 | 1000010 | 10101 | 0 | 10111 | 1001100 | 1000010 | 101010 | 111101 | 10101 |
Color Harmonies of #564215
Complementary color
Monochromatic Colors of #564215
Black with #564215
Text Example
Text Example
White with #564215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564215; }
p { color: rgb(86,66,21); }
H1.HeaderClassName
{
color: #564215;
}
.AnyTagClassName
{
color: #564215;
}
</style>
background-color css
<style>
a { background-color: #564215; }
a { background-color: rgb(86,66,21); }
div.DivClassName
{
background-color: #564215;
}
.BgClassName
{
background-color: #564215;
}
</style>
border-color css
<style>
span { border-color: #564215; }
span { border-color: rgb(86,66,21); }
td.TdClassName
{
border-color: #564215;
}
.TagClassName
{
border-color: #564215;
}
</style>