Shades of Deep Bronze #56412D
Tints of Deep Bronze #56412D
RGB
CMYK
RGB Variations
Color information
#56412D (or 0x56412D) is known color: Deep Bronze. HEX triplet: 56, 41 and 2D. RGB value is (86,65,45). Sum of RGB (Red+Green+Blue) = 86+65+45=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56412D is #A9BED2. Grayscale: #454545. Windows color (decimal): -11124435 or 2965846. OLE color: 2965846.
HSL color Cylindrical-coordinate representation of color #56412D: hue angle of 29.27º 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 #56412D is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 45 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.66 |
| HSL | 29.27º | 0.31% | 0.26% | - |
| HSV(B) | 29.27º | 0.48% | 0.34% | - |
| XYZ | 6.2 | 5.95 | 3.3 | - |
| YUV | 69 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 45 | 0 | 0.24 | 0.48 | 0.66 | 29.27 | 0.31 | 0.26 |
| Hex | 56 | 41 | 2D | 0 | 18 | 30 | 42 | 1D | 1F | 1A |
| Octal | 126 | 101 | 55 | 0 | 30 | 60 | 102 | 35 | 37 | 32 |
| Binary | 1010110 | 1000001 | 101101 | 0 | 11000 | 110000 | 1000010 | 11101 | 11111 | 11010 |
Color Harmonies of #56412D
Complementary color
Monochromatic Colors of #56412D
Black with #56412D
Text Example
Text Example
White with #56412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56412D; }
p { color: rgb(86,65,45); }
H1.HeaderClassName
{
color: #56412D;
}
.AnyTagClassName
{
color: #56412D;
}
</style>
background-color css
<style>
a { background-color: #56412D; }
a { background-color: rgb(86,65,45); }
div.DivClassName
{
background-color: #56412D;
}
.BgClassName
{
background-color: #56412D;
}
</style>
border-color css
<style>
span { border-color: #56412D; }
span { border-color: rgb(86,65,45); }
td.TdClassName
{
border-color: #56412D;
}
.TagClassName
{
border-color: #56412D;
}
</style>