Shades of Metallic Bronze #564C3E
Tints of Metallic Bronze #564C3E
RGB
CMYK
RGB Variations
Color information
#564C3E (or 0x564C3E) is known color: Metallic Bronze. HEX triplet: 56, 4C and 3E. RGB value is (86,76,62). Sum of RGB (Red+Green+Blue) = 86+76+62=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C3E is #A9B3C1. Grayscale: #4D4D4D. Windows color (decimal): -11121602 or 4082774. OLE color: 4082774.
HSL color Cylindrical-coordinate representation of color #564C3E: hue angle of 35º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564C3E is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 62 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.66 |
| HSL | 35º | 0.16% | 0.29% | - |
| HSV(B) | 35º | 0.28% | 0.34% | - |
| XYZ | 7.29 | 7.5 | 5.62 | - |
| YUV | 77.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 62 | 0 | 0.12 | 0.28 | 0.66 | 35 | 0.16 | 0.29 |
| Hex | 56 | 4C | 3E | 0 | C | 1C | 42 | 23 | 10 | 1D |
| Octal | 126 | 114 | 76 | 0 | 14 | 34 | 102 | 43 | 20 | 35 |
| Binary | 1010110 | 1001100 | 111110 | 0 | 1100 | 11100 | 1000010 | 100011 | 10000 | 11101 |
Color Harmonies of #564C3E
Complementary color
Monochromatic Colors of #564C3E
Black with #564C3E
Text Example
Text Example
White with #564C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C3E; }
p { color: rgb(86,76,62); }
H1.HeaderClassName
{
color: #564C3E;
}
.AnyTagClassName
{
color: #564C3E;
}
</style>
background-color css
<style>
a { background-color: #564C3E; }
a { background-color: rgb(86,76,62); }
div.DivClassName
{
background-color: #564C3E;
}
.BgClassName
{
background-color: #564C3E;
}
</style>
border-color css
<style>
span { border-color: #564C3E; }
span { border-color: rgb(86,76,62); }
td.TdClassName
{
border-color: #564C3E;
}
.TagClassName
{
border-color: #564C3E;
}
</style>