Shades of Deep Bronze #564229
Tints of Deep Bronze #564229
RGB
CMYK
RGB Variations
Color information
#564229 (or 0x564229) is known color: Deep Bronze. HEX triplet: 56, 42 and 29. RGB value is (86,66,41). Sum of RGB (Red+Green+Blue) = 86+66+41=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564229 is #A9BDD6. Grayscale: #454545. Windows color (decimal): -11124183 or 2703958. OLE color: 2703958.
HSL color Cylindrical-coordinate representation of color #564229: hue angle of 33.33º 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 #564229 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 41 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.66 |
| HSL | 33.33º | 0.35% | 0.25% | - |
| HSV(B) | 33.33º | 0.52% | 0.34% | - |
| XYZ | 6.19 | 6.03 | 2.94 | - |
| YUV | 69.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 41 | 0 | 0.23 | 0.52 | 0.66 | 33.33 | 0.35 | 0.25 |
| Hex | 56 | 42 | 29 | 0 | 17 | 34 | 42 | 21 | 23 | 19 |
| Octal | 126 | 102 | 51 | 0 | 27 | 64 | 102 | 41 | 43 | 31 |
| Binary | 1010110 | 1000010 | 101001 | 0 | 10111 | 110100 | 1000010 | 100001 | 100011 | 11001 |
Color Harmonies of #564229
Complementary color
Monochromatic Colors of #564229
Black with #564229
Text Example
Text Example
White with #564229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564229; }
p { color: rgb(86,66,41); }
H1.HeaderClassName
{
color: #564229;
}
.AnyTagClassName
{
color: #564229;
}
</style>
background-color css
<style>
a { background-color: #564229; }
a { background-color: rgb(86,66,41); }
div.DivClassName
{
background-color: #564229;
}
.BgClassName
{
background-color: #564229;
}
</style>
border-color css
<style>
span { border-color: #564229; }
span { border-color: rgb(86,66,41); }
td.TdClassName
{
border-color: #564229;
}
.TagClassName
{
border-color: #564229;
}
</style>