Shades of Deep Bronze #564329
Tints of Deep Bronze #564329
RGB
CMYK
RGB Variations
Color information
#564329 (or 0x564329) is known color: Deep Bronze. HEX triplet: 56, 43 and 29. RGB value is (86,67,41). Sum of RGB (Red+Green+Blue) = 86+67+41=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #564329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564329 is #A9BCD6. Grayscale: #454545. Windows color (decimal): -11123927 or 2704214. OLE color: 2704214.
HSL color Cylindrical-coordinate representation of color #564329: hue angle of 34.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #564329 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 41 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.66 |
| HSL | 34.67º | 0.35% | 0.25% | - |
| HSV(B) | 34.67º | 0.52% | 0.34% | - |
| XYZ | 6.25 | 6.15 | 2.96 | - |
| YUV | 69.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 41 | 0 | 0.22 | 0.52 | 0.66 | 34.67 | 0.35 | 0.25 |
| Hex | 56 | 43 | 29 | 0 | 16 | 34 | 42 | 23 | 23 | 19 |
| Octal | 126 | 103 | 51 | 0 | 26 | 64 | 102 | 43 | 43 | 31 |
| Binary | 1010110 | 1000011 | 101001 | 0 | 10110 | 110100 | 1000010 | 100011 | 100011 | 11001 |
Color Harmonies of #564329
Complementary color
Monochromatic Colors of #564329
Black with #564329
Text Example
Text Example
White with #564329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564329; }
p { color: rgb(86,67,41); }
H1.HeaderClassName
{
color: #564329;
}
.AnyTagClassName
{
color: #564329;
}
</style>
background-color css
<style>
a { background-color: #564329; }
a { background-color: rgb(86,67,41); }
div.DivClassName
{
background-color: #564329;
}
.BgClassName
{
background-color: #564329;
}
</style>
border-color css
<style>
span { border-color: #564329; }
span { border-color: rgb(86,67,41); }
td.TdClassName
{
border-color: #564329;
}
.TagClassName
{
border-color: #564329;
}
</style>