Shades of Deep Bronze #564732
Tints of Deep Bronze #564732
RGB
CMYK
RGB Variations
Color information
#564732 (or 0x564732) is known color: Deep Bronze. HEX triplet: 56, 47 and 32. RGB value is (86,71,50). Sum of RGB (Red+Green+Blue) = 86+71+50=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #564732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564732 is #A9B8CD. Grayscale: #494949. Windows color (decimal): -11122894 or 3295062. OLE color: 3295062.
HSL color Cylindrical-coordinate representation of color #564732: hue angle of 35º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #564732 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 71 | 50 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.66 |
| HSL | 35º | 0.26% | 0.27% | - |
| HSV(B) | 35º | 0.42% | 0.34% | - |
| XYZ | 6.67 | 6.72 | 3.96 | - |
| YUV | 73.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 50 | 0 | 0.17 | 0.42 | 0.66 | 35 | 0.26 | 0.27 |
| Hex | 56 | 47 | 32 | 0 | 11 | 2A | 42 | 23 | 1A | 1B |
| Octal | 126 | 107 | 62 | 0 | 21 | 52 | 102 | 43 | 32 | 33 |
| Binary | 1010110 | 1000111 | 110010 | 0 | 10001 | 101010 | 1000010 | 100011 | 11010 | 11011 |
Color Harmonies of #564732
Complementary color
Monochromatic Colors of #564732
Black with #564732
Text Example
Text Example
White with #564732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564732; }
p { color: rgb(86,71,50); }
H1.HeaderClassName
{
color: #564732;
}
.AnyTagClassName
{
color: #564732;
}
</style>
background-color css
<style>
a { background-color: #564732; }
a { background-color: rgb(86,71,50); }
div.DivClassName
{
background-color: #564732;
}
.BgClassName
{
background-color: #564732;
}
</style>
border-color css
<style>
span { border-color: #564732; }
span { border-color: rgb(86,71,50); }
td.TdClassName
{
border-color: #564732;
}
.TagClassName
{
border-color: #564732;
}
</style>