Shades of Deep Bronze #564129
Tints of Deep Bronze #564129
RGB
CMYK
RGB Variations
Color information
#564129 (or 0x564129) is known color: Deep Bronze. HEX triplet: 56, 41 and 29. RGB value is (86,65,41). Sum of RGB (Red+Green+Blue) = 86+65+41=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #564129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564129 is #A9BED6. Grayscale: #444444. Windows color (decimal): -11124439 or 2703702. OLE color: 2703702.
HSL color Cylindrical-coordinate representation of color #564129: hue angle of 32º 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 #564129 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 41 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.66 |
| HSL | 32º | 0.35% | 0.25% | - |
| HSV(B) | 32º | 0.52% | 0.34% | - |
| XYZ | 6.13 | 5.92 | 2.92 | - |
| YUV | 68.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 41 | 0 | 0.24 | 0.52 | 0.66 | 32 | 0.35 | 0.25 |
| Hex | 56 | 41 | 29 | 0 | 18 | 34 | 42 | 20 | 23 | 19 |
| Octal | 126 | 101 | 51 | 0 | 30 | 64 | 102 | 40 | 43 | 31 |
| Binary | 1010110 | 1000001 | 101001 | 0 | 11000 | 110100 | 1000010 | 100000 | 100011 | 11001 |
Color Harmonies of #564129
Complementary color
Monochromatic Colors of #564129
Black with #564129
Text Example
Text Example
White with #564129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564129; }
p { color: rgb(86,65,41); }
H1.HeaderClassName
{
color: #564129;
}
.AnyTagClassName
{
color: #564129;
}
</style>
background-color css
<style>
a { background-color: #564129; }
a { background-color: rgb(86,65,41); }
div.DivClassName
{
background-color: #564129;
}
.BgClassName
{
background-color: #564129;
}
</style>
border-color css
<style>
span { border-color: #564129; }
span { border-color: rgb(86,65,41); }
td.TdClassName
{
border-color: #564129;
}
.TagClassName
{
border-color: #564129;
}
</style>