Shades of Metallic Bronze #564B3F
Tints of Metallic Bronze #564B3F
RGB
CMYK
RGB Variations
Color information
#564B3F (or 0x564B3F) is known color: Metallic Bronze. HEX triplet: 56, 4B and 3F. RGB value is (86,75,63). Sum of RGB (Red+Green+Blue) = 86+75+63=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B3F is #A9B4C0. Grayscale: #4C4C4C. Windows color (decimal): -11121857 or 4148054. OLE color: 4148054.
HSL color Cylindrical-coordinate representation of color #564B3F: hue angle of 31.3º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564B3F is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 63 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.66 |
| HSL | 31.3º | 0.15% | 0.29% | - |
| HSV(B) | 31.3º | 0.27% | 0.34% | - |
| XYZ | 7.25 | 7.37 | 5.74 | - |
| YUV | 76.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 63 | 0 | 0.13 | 0.27 | 0.66 | 31.3 | 0.15 | 0.29 |
| Hex | 56 | 4B | 3F | 0 | D | 1B | 42 | 1F | F | 1D |
| Octal | 126 | 113 | 77 | 0 | 15 | 33 | 102 | 37 | 17 | 35 |
| Binary | 1010110 | 1001011 | 111111 | 0 | 1101 | 11011 | 1000010 | 11111 | 1111 | 11101 |
Color Harmonies of #564B3F
Complementary color
Monochromatic Colors of #564B3F
Black with #564B3F
Text Example
Text Example
White with #564B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B3F; }
p { color: rgb(86,75,63); }
H1.HeaderClassName
{
color: #564B3F;
}
.AnyTagClassName
{
color: #564B3F;
}
</style>
background-color css
<style>
a { background-color: #564B3F; }
a { background-color: rgb(86,75,63); }
div.DivClassName
{
background-color: #564B3F;
}
.BgClassName
{
background-color: #564B3F;
}
</style>
border-color css
<style>
span { border-color: #564B3F; }
span { border-color: rgb(86,75,63); }
td.TdClassName
{
border-color: #564B3F;
}
.TagClassName
{
border-color: #564B3F;
}
</style>