Shades of Metallic Bronze #56483A
Tints of Metallic Bronze #56483A
RGB
CMYK
RGB Variations
Color information
#56483A (or 0x56483A) is known color: Metallic Bronze. HEX triplet: 56, 48 and 3A. RGB value is (86,72,58). Sum of RGB (Red+Green+Blue) = 86+72+58=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #56483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56483A is #A9B7C5. Grayscale: #4A4A4A. Windows color (decimal): -11122630 or 3819606. OLE color: 3819606.
HSL color Cylindrical-coordinate representation of color #56483A: hue angle of 30º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56483A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 72 | 58 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.66 |
| HSL | 30º | 0.19% | 0.28% | - |
| HSV(B) | 30º | 0.33% | 0.34% | - |
| XYZ | 6.92 | 6.92 | 4.97 | - |
| YUV | 74.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 58 | 0 | 0.16 | 0.33 | 0.66 | 30 | 0.19 | 0.28 |
| Hex | 56 | 48 | 3A | 0 | 10 | 21 | 42 | 1E | 13 | 1C |
| Octal | 126 | 110 | 72 | 0 | 20 | 41 | 102 | 36 | 23 | 34 |
| Binary | 1010110 | 1001000 | 111010 | 0 | 10000 | 100001 | 1000010 | 11110 | 10011 | 11100 |
Color Harmonies of #56483A
Complementary color
Monochromatic Colors of #56483A
Black with #56483A
Text Example
Text Example
White with #56483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56483A; }
p { color: rgb(86,72,58); }
H1.HeaderClassName
{
color: #56483A;
}
.AnyTagClassName
{
color: #56483A;
}
</style>
background-color css
<style>
a { background-color: #56483A; }
a { background-color: rgb(86,72,58); }
div.DivClassName
{
background-color: #56483A;
}
.BgClassName
{
background-color: #56483A;
}
</style>
border-color css
<style>
span { border-color: #56483A; }
span { border-color: rgb(86,72,58); }
td.TdClassName
{
border-color: #56483A;
}
.TagClassName
{
border-color: #56483A;
}
</style>