Shades of Deep Bronze #56432B
Tints of Deep Bronze #56432B
RGB
CMYK
RGB Variations
Color information
#56432B (or 0x56432B) is known color: Deep Bronze. HEX triplet: 56, 43 and 2B. RGB value is (86,67,43). Sum of RGB (Red+Green+Blue) = 86+67+43=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56432B is #A9BCD4. Grayscale: #464646. Windows color (decimal): -11123925 or 2835286. OLE color: 2835286.
HSL color Cylindrical-coordinate representation of color #56432B: hue angle of 33.49º 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 #56432B is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 43 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.66 |
| HSL | 33.49º | 0.33% | 0.25% | - |
| HSV(B) | 33.49º | 0.5% | 0.34% | - |
| XYZ | 6.28 | 6.17 | 3.14 | - |
| YUV | 69.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 43 | 0 | 0.22 | 0.50 | 0.66 | 33.49 | 0.33 | 0.25 |
| Hex | 56 | 43 | 2B | 0 | 16 | 32 | 42 | 21 | 21 | 19 |
| Octal | 126 | 103 | 53 | 0 | 26 | 62 | 102 | 41 | 41 | 31 |
| Binary | 1010110 | 1000011 | 101011 | 0 | 10110 | 110010 | 1000010 | 100001 | 100001 | 11001 |
Color Harmonies of #56432B
Complementary color
Monochromatic Colors of #56432B
Black with #56432B
Text Example
Text Example
White with #56432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56432B; }
p { color: rgb(86,67,43); }
H1.HeaderClassName
{
color: #56432B;
}
.AnyTagClassName
{
color: #56432B;
}
</style>
background-color css
<style>
a { background-color: #56432B; }
a { background-color: rgb(86,67,43); }
div.DivClassName
{
background-color: #56432B;
}
.BgClassName
{
background-color: #56432B;
}
</style>
border-color css
<style>
span { border-color: #56432B; }
span { border-color: rgb(86,67,43); }
td.TdClassName
{
border-color: #56432B;
}
.TagClassName
{
border-color: #56432B;
}
</style>