Shades of Metallic Bronze #564B39
Tints of Metallic Bronze #564B39
RGB
CMYK
RGB Variations
Color information
#564B39 (or 0x564B39) is known color: Metallic Bronze. HEX triplet: 56, 4B and 39. RGB value is (86,75,57). Sum of RGB (Red+Green+Blue) = 86+75+57=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #564B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B39 is #A9B4C6. Grayscale: #4C4C4C. Windows color (decimal): -11121863 or 3754838. OLE color: 3754838.
HSL color Cylindrical-coordinate representation of color #564B39: hue angle of 37.24º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564B39 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 57 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.66 |
| HSL | 37.24º | 0.2% | 0.28% | - |
| HSV(B) | 37.24º | 0.34% | 0.34% | - |
| XYZ | 7.09 | 7.31 | 4.91 | - |
| YUV | 76.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 57 | 0 | 0.13 | 0.34 | 0.66 | 37.24 | 0.2 | 0.28 |
| Hex | 56 | 4B | 39 | 0 | D | 22 | 42 | 25 | 14 | 1C |
| Octal | 126 | 113 | 71 | 0 | 15 | 42 | 102 | 45 | 24 | 34 |
| Binary | 1010110 | 1001011 | 111001 | 0 | 1101 | 100010 | 1000010 | 100101 | 10100 | 11100 |
Color Harmonies of #564B39
Complementary color
Monochromatic Colors of #564B39
Black with #564B39
Text Example
Text Example
White with #564B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B39; }
p { color: rgb(86,75,57); }
H1.HeaderClassName
{
color: #564B39;
}
.AnyTagClassName
{
color: #564B39;
}
</style>
background-color css
<style>
a { background-color: #564B39; }
a { background-color: rgb(86,75,57); }
div.DivClassName
{
background-color: #564B39;
}
.BgClassName
{
background-color: #564B39;
}
</style>
border-color css
<style>
span { border-color: #564B39; }
span { border-color: rgb(86,75,57); }
td.TdClassName
{
border-color: #564B39;
}
.TagClassName
{
border-color: #564B39;
}
</style>