Shades of Deep Bronze #564331
Tints of Deep Bronze #564331
RGB
CMYK
RGB Variations
Color information
#564331 (or 0x564331) is known color: Deep Bronze. HEX triplet: 56, 43 and 31. RGB value is (86,67,49). Sum of RGB (Red+Green+Blue) = 86+67+49=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #564331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564331 is #A9BCCE. Grayscale: #464646. Windows color (decimal): -11123919 or 3228502. OLE color: 3228502.
HSL color Cylindrical-coordinate representation of color #564331: hue angle of 29.19º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564331 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 49 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.66 |
| HSL | 29.19º | 0.27% | 0.26% | - |
| HSV(B) | 29.19º | 0.43% | 0.34% | - |
| XYZ | 6.4 | 6.21 | 3.77 | - |
| YUV | 70.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 49 | 0 | 0.22 | 0.43 | 0.66 | 29.19 | 0.27 | 0.26 |
| Hex | 56 | 43 | 31 | 0 | 16 | 2B | 42 | 1D | 1B | 1A |
| Octal | 126 | 103 | 61 | 0 | 26 | 53 | 102 | 35 | 33 | 32 |
| Binary | 1010110 | 1000011 | 110001 | 0 | 10110 | 101011 | 1000010 | 11101 | 11011 | 11010 |
Color Harmonies of #564331
Complementary color
Monochromatic Colors of #564331
Black with #564331
Text Example
Text Example
White with #564331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564331; }
p { color: rgb(86,67,49); }
H1.HeaderClassName
{
color: #564331;
}
.AnyTagClassName
{
color: #564331;
}
</style>
background-color css
<style>
a { background-color: #564331; }
a { background-color: rgb(86,67,49); }
div.DivClassName
{
background-color: #564331;
}
.BgClassName
{
background-color: #564331;
}
</style>
border-color css
<style>
span { border-color: #564331; }
span { border-color: rgb(86,67,49); }
td.TdClassName
{
border-color: #564331;
}
.TagClassName
{
border-color: #564331;
}
</style>