Shades of Deep Bronze #564021
Tints of Deep Bronze #564021
RGB
CMYK
RGB Variations
Color information
#564021 (or 0x564021) is known color: Deep Bronze. HEX triplet: 56, 40 and 21. RGB value is (86,64,33). Sum of RGB (Red+Green+Blue) = 86+64+33=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #564021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564021 is #A9BFDE. Grayscale: #434343. Windows color (decimal): -11124703 or 2179158. OLE color: 2179158.
HSL color Cylindrical-coordinate representation of color #564021: hue angle of 35.09º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564021 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 33 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.66 |
| HSL | 35.09º | 0.45% | 0.23% | - |
| HSV(B) | 35.09º | 0.62% | 0.34% | - |
| XYZ | 5.95 | 5.76 | 2.24 | - |
| YUV | 67.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 33 | 0 | 0.26 | 0.62 | 0.66 | 35.09 | 0.45 | 0.23 |
| Hex | 56 | 40 | 21 | 0 | 1A | 3E | 42 | 23 | 2D | 17 |
| Octal | 126 | 100 | 41 | 0 | 32 | 76 | 102 | 43 | 55 | 27 |
| Binary | 1010110 | 1000000 | 100001 | 0 | 11010 | 111110 | 1000010 | 100011 | 101101 | 10111 |
Color Harmonies of #564021
Complementary color
Monochromatic Colors of #564021
Black with #564021
Text Example
Text Example
White with #564021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564021; }
p { color: rgb(86,64,33); }
H1.HeaderClassName
{
color: #564021;
}
.AnyTagClassName
{
color: #564021;
}
</style>
background-color css
<style>
a { background-color: #564021; }
a { background-color: rgb(86,64,33); }
div.DivClassName
{
background-color: #564021;
}
.BgClassName
{
background-color: #564021;
}
</style>
border-color css
<style>
span { border-color: #564021; }
span { border-color: rgb(86,64,33); }
td.TdClassName
{
border-color: #564021;
}
.TagClassName
{
border-color: #564021;
}
</style>