Shades of Metallic Bronze #564735
Tints of Metallic Bronze #564735
RGB
CMYK
RGB Variations
Color information
#564735 (or 0x564735) is known color: Metallic Bronze. HEX triplet: 56, 47 and 35. RGB value is (86,71,53). Sum of RGB (Red+Green+Blue) = 86+71+53=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564735 is #A9B8CA. Grayscale: #494949. Windows color (decimal): -11122891 or 3491670. OLE color: 3491670.
HSL color Cylindrical-coordinate representation of color #564735: hue angle of 32.73º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #564735 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 71 | 53 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.66 |
| HSL | 32.73º | 0.24% | 0.27% | - |
| HSV(B) | 32.73º | 0.38% | 0.34% | - |
| XYZ | 6.73 | 6.74 | 4.31 | - |
| YUV | 73.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 53 | 0 | 0.17 | 0.38 | 0.66 | 32.73 | 0.24 | 0.27 |
| Hex | 56 | 47 | 35 | 0 | 11 | 26 | 42 | 21 | 18 | 1B |
| Octal | 126 | 107 | 65 | 0 | 21 | 46 | 102 | 41 | 30 | 33 |
| Binary | 1010110 | 1000111 | 110101 | 0 | 10001 | 100110 | 1000010 | 100001 | 11000 | 11011 |
Color Harmonies of #564735
Complementary color
Monochromatic Colors of #564735
Black with #564735
Text Example
Text Example
White with #564735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564735; }
p { color: rgb(86,71,53); }
H1.HeaderClassName
{
color: #564735;
}
.AnyTagClassName
{
color: #564735;
}
</style>
background-color css
<style>
a { background-color: #564735; }
a { background-color: rgb(86,71,53); }
div.DivClassName
{
background-color: #564735;
}
.BgClassName
{
background-color: #564735;
}
</style>
border-color css
<style>
span { border-color: #564735; }
span { border-color: rgb(86,71,53); }
td.TdClassName
{
border-color: #564735;
}
.TagClassName
{
border-color: #564735;
}
</style>