Shades of Metallic Bronze #564834
Tints of Metallic Bronze #564834
RGB
CMYK
RGB Variations
Color information
#564834 (or 0x564834) is known color: Metallic Bronze. HEX triplet: 56, 48 and 34. RGB value is (86,72,52). Sum of RGB (Red+Green+Blue) = 86+72+52=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564834 is #A9B7CB. Grayscale: #4A4A4A. Windows color (decimal): -11122636 or 3426390. OLE color: 3426390.
HSL color Cylindrical-coordinate representation of color #564834: hue angle of 35.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564834 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 72 | 52 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.66 |
| HSL | 35.29º | 0.25% | 0.27% | - |
| HSV(B) | 35.29º | 0.4% | 0.34% | - |
| XYZ | 6.77 | 6.86 | 4.22 | - |
| YUV | 73.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 52 | 0 | 0.16 | 0.40 | 0.66 | 35.29 | 0.25 | 0.27 |
| Hex | 56 | 48 | 34 | 0 | 10 | 28 | 42 | 23 | 19 | 1B |
| Octal | 126 | 110 | 64 | 0 | 20 | 50 | 102 | 43 | 31 | 33 |
| Binary | 1010110 | 1001000 | 110100 | 0 | 10000 | 101000 | 1000010 | 100011 | 11001 | 11011 |
Color Harmonies of #564834
Complementary color
Monochromatic Colors of #564834
Black with #564834
Text Example
Text Example
White with #564834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564834; }
p { color: rgb(86,72,52); }
H1.HeaderClassName
{
color: #564834;
}
.AnyTagClassName
{
color: #564834;
}
</style>
background-color css
<style>
a { background-color: #564834; }
a { background-color: rgb(86,72,52); }
div.DivClassName
{
background-color: #564834;
}
.BgClassName
{
background-color: #564834;
}
</style>
border-color css
<style>
span { border-color: #564834; }
span { border-color: rgb(86,72,52); }
td.TdClassName
{
border-color: #564834;
}
.TagClassName
{
border-color: #564834;
}
</style>