Shades of Bronze Olive #564113
Tints of Bronze Olive #564113
RGB
CMYK
RGB Variations
Color information
#564113 (or 0x564113) is known color: Bronze Olive. HEX triplet: 56, 41 and 13. RGB value is (86,65,19). Sum of RGB (Red+Green+Blue) = 86+65+19=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #564113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564113 is #A9BEEC. Grayscale: #424242. Windows color (decimal): -11124461 or 1261910. OLE color: 1261910.
HSL color Cylindrical-coordinate representation of color #564113: hue angle of 41.19º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #564113 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 19 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.66 |
| HSL | 41.19º | 0.64% | 0.21% | - |
| HSV(B) | 41.19º | 0.78% | 0.34% | - |
| XYZ | 5.85 | 5.81 | 1.43 | - |
| YUV | 66.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 19 | 0 | 0.24 | 0.78 | 0.66 | 41.19 | 0.64 | 0.21 |
| Hex | 56 | 41 | 13 | 0 | 18 | 4E | 42 | 29 | 40 | 15 |
| Octal | 126 | 101 | 23 | 0 | 30 | 116 | 102 | 51 | 100 | 25 |
| Binary | 1010110 | 1000001 | 10011 | 0 | 11000 | 1001110 | 1000010 | 101001 | 1000000 | 10101 |
Color Harmonies of #564113
Complementary color
Monochromatic Colors of #564113
Black with #564113
Text Example
Text Example
White with #564113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564113; }
p { color: rgb(86,65,19); }
H1.HeaderClassName
{
color: #564113;
}
.AnyTagClassName
{
color: #564113;
}
</style>
background-color css
<style>
a { background-color: #564113; }
a { background-color: rgb(86,65,19); }
div.DivClassName
{
background-color: #564113;
}
.BgClassName
{
background-color: #564113;
}
</style>
border-color css
<style>
span { border-color: #564113; }
span { border-color: rgb(86,65,19); }
td.TdClassName
{
border-color: #564113;
}
.TagClassName
{
border-color: #564113;
}
</style>