Shades of Deep Bronze #564425
Tints of Deep Bronze #564425
RGB
CMYK
RGB Variations
Color information
#564425 (or 0x564425) is known color: Deep Bronze. HEX triplet: 56, 44 and 25. RGB value is (86,68,37). Sum of RGB (Red+Green+Blue) = 86+68+37=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564425 is #A9BBDA. Grayscale: #454545. Windows color (decimal): -11123675 or 2442326. OLE color: 2442326.
HSL color Cylindrical-coordinate representation of color #564425: hue angle of 37.96º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #564425 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 37 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.66 |
| HSL | 37.96º | 0.4% | 0.24% | - |
| HSV(B) | 37.96º | 0.57% | 0.34% | - |
| XYZ | 6.24 | 6.25 | 2.63 | - |
| YUV | 69.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 37 | 0 | 0.21 | 0.57 | 0.66 | 37.96 | 0.4 | 0.24 |
| Hex | 56 | 44 | 25 | 0 | 15 | 39 | 42 | 26 | 28 | 18 |
| Octal | 126 | 104 | 45 | 0 | 25 | 71 | 102 | 46 | 50 | 30 |
| Binary | 1010110 | 1000100 | 100101 | 0 | 10101 | 111001 | 1000010 | 100110 | 101000 | 11000 |
Color Harmonies of #564425
Complementary color
Monochromatic Colors of #564425
Black with #564425
Text Example
Text Example
White with #564425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564425; }
p { color: rgb(86,68,37); }
H1.HeaderClassName
{
color: #564425;
}
.AnyTagClassName
{
color: #564425;
}
</style>
background-color css
<style>
a { background-color: #564425; }
a { background-color: rgb(86,68,37); }
div.DivClassName
{
background-color: #564425;
}
.BgClassName
{
background-color: #564425;
}
</style>
border-color css
<style>
span { border-color: #564425; }
span { border-color: rgb(86,68,37); }
td.TdClassName
{
border-color: #564425;
}
.TagClassName
{
border-color: #564425;
}
</style>