Shades of Metallic Bronze #564A37
Tints of Metallic Bronze #564A37
RGB
CMYK
RGB Variations
Color information
#564A37 (or 0x564A37) is known color: Metallic Bronze. HEX triplet: 56, 4A and 37. RGB value is (86,74,55). Sum of RGB (Red+Green+Blue) = 86+74+55=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A37 is #A9B5C8. Grayscale: #4B4B4B. Windows color (decimal): -11122121 or 3623510. OLE color: 3623510.
HSL color Cylindrical-coordinate representation of color #564A37: hue angle of 36.77º 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 #564A37 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 55 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.66 |
| HSL | 36.77º | 0.22% | 0.28% | - |
| HSV(B) | 36.77º | 0.36% | 0.34% | - |
| XYZ | 6.98 | 7.15 | 4.63 | - |
| YUV | 75.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 55 | 0 | 0.14 | 0.36 | 0.66 | 36.77 | 0.22 | 0.28 |
| Hex | 56 | 4A | 37 | 0 | E | 24 | 42 | 25 | 16 | 1C |
| Octal | 126 | 112 | 67 | 0 | 16 | 44 | 102 | 45 | 26 | 34 |
| Binary | 1010110 | 1001010 | 110111 | 0 | 1110 | 100100 | 1000010 | 100101 | 10110 | 11100 |
Color Harmonies of #564A37
Complementary color
Monochromatic Colors of #564A37
Black with #564A37
Text Example
Text Example
White with #564A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A37; }
p { color: rgb(86,74,55); }
H1.HeaderClassName
{
color: #564A37;
}
.AnyTagClassName
{
color: #564A37;
}
</style>
background-color css
<style>
a { background-color: #564A37; }
a { background-color: rgb(86,74,55); }
div.DivClassName
{
background-color: #564A37;
}
.BgClassName
{
background-color: #564A37;
}
</style>
border-color css
<style>
span { border-color: #564A37; }
span { border-color: rgb(86,74,55); }
td.TdClassName
{
border-color: #564A37;
}
.TagClassName
{
border-color: #564A37;
}
</style>