Shades of Bronze Olive #564E29
Tints of Bronze Olive #564E29
RGB
CMYK
RGB Variations
Color information
#564E29 (or 0x564E29) is known color: Bronze Olive. HEX triplet: 56, 4E and 29. RGB value is (86,78,41). Sum of RGB (Red+Green+Blue) = 86+78+41=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E29 is #A9B1D6. Grayscale: #4C4C4C. Windows color (decimal): -11121111 or 2707030. OLE color: 2707030.
HSL color Cylindrical-coordinate representation of color #564E29: hue angle of 49.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #564E29 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 41 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.66 |
| HSL | 49.33º | 0.35% | 0.25% | - |
| HSV(B) | 49.33º | 0.52% | 0.34% | - |
| XYZ | 6.96 | 7.59 | 3.2 | - |
| YUV | 76.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 41 | 0 | 0.09 | 0.52 | 0.66 | 49.33 | 0.35 | 0.25 |
| Hex | 56 | 4E | 29 | 0 | 9 | 34 | 42 | 31 | 23 | 19 |
| Octal | 126 | 116 | 51 | 0 | 11 | 64 | 102 | 61 | 43 | 31 |
| Binary | 1010110 | 1001110 | 101001 | 0 | 1001 | 110100 | 1000010 | 110001 | 100011 | 11001 |
Color Harmonies of #564E29
Complementary color
Monochromatic Colors of #564E29
Black with #564E29
Text Example
Text Example
White with #564E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E29; }
p { color: rgb(86,78,41); }
H1.HeaderClassName
{
color: #564E29;
}
.AnyTagClassName
{
color: #564E29;
}
</style>
background-color css
<style>
a { background-color: #564E29; }
a { background-color: rgb(86,78,41); }
div.DivClassName
{
background-color: #564E29;
}
.BgClassName
{
background-color: #564E29;
}
</style>
border-color css
<style>
span { border-color: #564E29; }
span { border-color: rgb(86,78,41); }
td.TdClassName
{
border-color: #564E29;
}
.TagClassName
{
border-color: #564E29;
}
</style>