Shades of Deep Bronze #56432D
Tints of Deep Bronze #56432D
RGB
CMYK
RGB Variations
Color information
#56432D (or 0x56432D) is known color: Deep Bronze. HEX triplet: 56, 43 and 2D. RGB value is (86,67,45). Sum of RGB (Red+Green+Blue) = 86+67+45=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56432D is #A9BCD2. Grayscale: #464646. Windows color (decimal): -11123923 or 2966358. OLE color: 2966358.
HSL color Cylindrical-coordinate representation of color #56432D: hue angle of 32.2º 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 #56432D is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 45 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.66 |
| HSL | 32.2º | 0.31% | 0.26% | - |
| HSV(B) | 32.2º | 0.48% | 0.34% | - |
| XYZ | 6.32 | 6.18 | 3.34 | - |
| YUV | 70.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 45 | 0 | 0.22 | 0.48 | 0.66 | 32.2 | 0.31 | 0.26 |
| Hex | 56 | 43 | 2D | 0 | 16 | 30 | 42 | 20 | 1F | 1A |
| Octal | 126 | 103 | 55 | 0 | 26 | 60 | 102 | 40 | 37 | 32 |
| Binary | 1010110 | 1000011 | 101101 | 0 | 10110 | 110000 | 1000010 | 100000 | 11111 | 11010 |
Color Harmonies of #56432D
Complementary color
Monochromatic Colors of #56432D
Black with #56432D
Text Example
Text Example
White with #56432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56432D; }
p { color: rgb(86,67,45); }
H1.HeaderClassName
{
color: #56432D;
}
.AnyTagClassName
{
color: #56432D;
}
</style>
background-color css
<style>
a { background-color: #56432D; }
a { background-color: rgb(86,67,45); }
div.DivClassName
{
background-color: #56432D;
}
.BgClassName
{
background-color: #56432D;
}
</style>
border-color css
<style>
span { border-color: #56432D; }
span { border-color: rgb(86,67,45); }
td.TdClassName
{
border-color: #56432D;
}
.TagClassName
{
border-color: #56432D;
}
</style>