Shades of Bronze Olive #564C29
Tints of Bronze Olive #564C29
RGB
CMYK
RGB Variations
Color information
#564C29 (or 0x564C29) is known color: Bronze Olive. HEX triplet: 56, 4C and 29. RGB value is (86,76,41). Sum of RGB (Red+Green+Blue) = 86+76+41=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #564C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C29 is #A9B3D6. Grayscale: #4B4B4B. Windows color (decimal): -11121623 or 2706518. OLE color: 2706518.
HSL color Cylindrical-coordinate representation of color #564C29: hue angle of 46.67º 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 #564C29 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 41 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.66 |
| HSL | 46.67º | 0.35% | 0.25% | - |
| HSV(B) | 46.67º | 0.52% | 0.34% | - |
| XYZ | 6.82 | 7.31 | 3.15 | - |
| YUV | 75 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 41 | 0 | 0.12 | 0.52 | 0.66 | 46.67 | 0.35 | 0.25 |
| Hex | 56 | 4C | 29 | 0 | C | 34 | 42 | 2F | 23 | 19 |
| Octal | 126 | 114 | 51 | 0 | 14 | 64 | 102 | 57 | 43 | 31 |
| Binary | 1010110 | 1001100 | 101001 | 0 | 1100 | 110100 | 1000010 | 101111 | 100011 | 11001 |
Color Harmonies of #564C29
Complementary color
Monochromatic Colors of #564C29
Black with #564C29
Text Example
Text Example
White with #564C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C29; }
p { color: rgb(86,76,41); }
H1.HeaderClassName
{
color: #564C29;
}
.AnyTagClassName
{
color: #564C29;
}
</style>
background-color css
<style>
a { background-color: #564C29; }
a { background-color: rgb(86,76,41); }
div.DivClassName
{
background-color: #564C29;
}
.BgClassName
{
background-color: #564C29;
}
</style>
border-color css
<style>
span { border-color: #564C29; }
span { border-color: rgb(86,76,41); }
td.TdClassName
{
border-color: #564C29;
}
.TagClassName
{
border-color: #564C29;
}
</style>