Shades of Metallic Bronze #564C3D
Tints of Metallic Bronze #564C3D
RGB
CMYK
RGB Variations
Color information
#564C3D (or 0x564C3D) is known color: Metallic Bronze. HEX triplet: 56, 4C and 3D. RGB value is (86,76,61). Sum of RGB (Red+Green+Blue) = 86+76+61=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #564C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C3D is #A9B3C2. Grayscale: #4D4D4D. Windows color (decimal): -11121603 or 4017238. OLE color: 4017238.
HSL color Cylindrical-coordinate representation of color #564C3D: hue angle of 36º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #564C3D is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 61 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.66 |
| HSL | 36º | 0.17% | 0.29% | - |
| HSV(B) | 36º | 0.29% | 0.34% | - |
| XYZ | 7.26 | 7.48 | 5.48 | - |
| YUV | 77.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 61 | 0 | 0.12 | 0.29 | 0.66 | 36 | 0.17 | 0.29 |
| Hex | 56 | 4C | 3D | 0 | C | 1D | 42 | 24 | 11 | 1D |
| Octal | 126 | 114 | 75 | 0 | 14 | 35 | 102 | 44 | 21 | 35 |
| Binary | 1010110 | 1001100 | 111101 | 0 | 1100 | 11101 | 1000010 | 100100 | 10001 | 11101 |
Color Harmonies of #564C3D
Complementary color
Monochromatic Colors of #564C3D
Black with #564C3D
Text Example
Text Example
White with #564C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C3D; }
p { color: rgb(86,76,61); }
H1.HeaderClassName
{
color: #564C3D;
}
.AnyTagClassName
{
color: #564C3D;
}
</style>
background-color css
<style>
a { background-color: #564C3D; }
a { background-color: rgb(86,76,61); }
div.DivClassName
{
background-color: #564C3D;
}
.BgClassName
{
background-color: #564C3D;
}
</style>
border-color css
<style>
span { border-color: #564C3D; }
span { border-color: rgb(86,76,61); }
td.TdClassName
{
border-color: #564C3D;
}
.TagClassName
{
border-color: #564C3D;
}
</style>