Shades of Deep Bronze #56422B
Tints of Deep Bronze #56422B
RGB
CMYK
RGB Variations
Color information
#56422B (or 0x56422B) is known color: Deep Bronze. HEX triplet: 56, 42 and 2B. RGB value is (86,66,43). Sum of RGB (Red+Green+Blue) = 86+66+43=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #56422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56422B is #A9BDD4. Grayscale: #454545. Windows color (decimal): -11124181 or 2835030. OLE color: 2835030.
HSL color Cylindrical-coordinate representation of color #56422B: hue angle of 32.09º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56422B is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 43 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.66 |
| HSL | 32.09º | 0.33% | 0.25% | - |
| HSV(B) | 32.09º | 0.5% | 0.34% | - |
| XYZ | 6.22 | 6.05 | 3.13 | - |
| YUV | 69.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 43 | 0 | 0.23 | 0.50 | 0.66 | 32.09 | 0.33 | 0.25 |
| Hex | 56 | 42 | 2B | 0 | 17 | 32 | 42 | 20 | 21 | 19 |
| Octal | 126 | 102 | 53 | 0 | 27 | 62 | 102 | 40 | 41 | 31 |
| Binary | 1010110 | 1000010 | 101011 | 0 | 10111 | 110010 | 1000010 | 100000 | 100001 | 11001 |
Color Harmonies of #56422B
Complementary color
Monochromatic Colors of #56422B
Black with #56422B
Text Example
Text Example
White with #56422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56422B; }
p { color: rgb(86,66,43); }
H1.HeaderClassName
{
color: #56422B;
}
.AnyTagClassName
{
color: #56422B;
}
</style>
background-color css
<style>
a { background-color: #56422B; }
a { background-color: rgb(86,66,43); }
div.DivClassName
{
background-color: #56422B;
}
.BgClassName
{
background-color: #56422B;
}
</style>
border-color css
<style>
span { border-color: #56422B; }
span { border-color: rgb(86,66,43); }
td.TdClassName
{
border-color: #56422B;
}
.TagClassName
{
border-color: #56422B;
}
</style>