Shades of Deep Bronze #56462D
Tints of Deep Bronze #56462D
RGB
CMYK
RGB Variations
Color information
#56462D (or 0x56462D) is known color: Deep Bronze. HEX triplet: 56, 46 and 2D. RGB value is (86,70,45). Sum of RGB (Red+Green+Blue) = 86+70+45=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56462D is #A9B9D2. Grayscale: #484848. Windows color (decimal): -11123155 or 2967126. OLE color: 2967126.
HSL color Cylindrical-coordinate representation of color #56462D: hue angle of 36.59º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56462D is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 70 | 45 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.66 |
| HSL | 36.59º | 0.31% | 0.26% | - |
| HSV(B) | 36.59º | 0.48% | 0.34% | - |
| XYZ | 6.5 | 6.55 | 3.4 | - |
| YUV | 71.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 45 | 0 | 0.19 | 0.48 | 0.66 | 36.59 | 0.31 | 0.26 |
| Hex | 56 | 46 | 2D | 0 | 13 | 30 | 42 | 25 | 1F | 1A |
| Octal | 126 | 106 | 55 | 0 | 23 | 60 | 102 | 45 | 37 | 32 |
| Binary | 1010110 | 1000110 | 101101 | 0 | 10011 | 110000 | 1000010 | 100101 | 11111 | 11010 |
Color Harmonies of #56462D
Complementary color
Monochromatic Colors of #56462D
Black with #56462D
Text Example
Text Example
White with #56462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56462D; }
p { color: rgb(86,70,45); }
H1.HeaderClassName
{
color: #56462D;
}
.AnyTagClassName
{
color: #56462D;
}
</style>
background-color css
<style>
a { background-color: #56462D; }
a { background-color: rgb(86,70,45); }
div.DivClassName
{
background-color: #56462D;
}
.BgClassName
{
background-color: #56462D;
}
</style>
border-color css
<style>
span { border-color: #56462D; }
span { border-color: rgb(86,70,45); }
td.TdClassName
{
border-color: #56462D;
}
.TagClassName
{
border-color: #56462D;
}
</style>