Shades of Metallic Bronze #564737
Tints of Metallic Bronze #564737
RGB
CMYK
RGB Variations
Color information
#564737 (or 0x564737) is known color: Metallic Bronze. HEX triplet: 56, 47 and 37. RGB value is (86,71,55). Sum of RGB (Red+Green+Blue) = 86+71+55=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564737 is #A9B8C8. Grayscale: #494949. Windows color (decimal): -11122889 or 3622742. OLE color: 3622742.
HSL color Cylindrical-coordinate representation of color #564737: hue angle of 30.97º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #564737 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 71 | 55 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.66 |
| HSL | 30.97º | 0.22% | 0.28% | - |
| HSV(B) | 30.97º | 0.36% | 0.34% | - |
| XYZ | 6.78 | 6.76 | 4.56 | - |
| YUV | 73.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 55 | 0 | 0.17 | 0.36 | 0.66 | 30.97 | 0.22 | 0.28 |
| Hex | 56 | 47 | 37 | 0 | 11 | 24 | 42 | 1F | 16 | 1C |
| Octal | 126 | 107 | 67 | 0 | 21 | 44 | 102 | 37 | 26 | 34 |
| Binary | 1010110 | 1000111 | 110111 | 0 | 10001 | 100100 | 1000010 | 11111 | 10110 | 11100 |
Color Harmonies of #564737
Complementary color
Monochromatic Colors of #564737
Black with #564737
Text Example
Text Example
White with #564737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564737; }
p { color: rgb(86,71,55); }
H1.HeaderClassName
{
color: #564737;
}
.AnyTagClassName
{
color: #564737;
}
</style>
background-color css
<style>
a { background-color: #564737; }
a { background-color: rgb(86,71,55); }
div.DivClassName
{
background-color: #564737;
}
.BgClassName
{
background-color: #564737;
}
</style>
border-color css
<style>
span { border-color: #564737; }
span { border-color: rgb(86,71,55); }
td.TdClassName
{
border-color: #564737;
}
.TagClassName
{
border-color: #564737;
}
</style>