Shades of Metallic Bronze #544636
Tints of Metallic Bronze #544636
RGB
CMYK
RGB Variations
Color information
#544636 (or 0x544636) is known color: Metallic Bronze. HEX triplet: 54, 46 and 36. RGB value is (84,70,54). Sum of RGB (Red+Green+Blue) = 84+70+54=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #544636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544636 is #ABB9C9. Grayscale: #484848. Windows color (decimal): -11254218 or 3556948. OLE color: 3556948.
HSL color Cylindrical-coordinate representation of color #544636: hue angle of 32º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #544636 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 54 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.67 |
| HSL | 32º | 0.22% | 0.27% | - |
| HSV(B) | 32º | 0.36% | 0.33% | - |
| XYZ | 6.51 | 6.53 | 4.41 | - |
| YUV | 72.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 54 | 0 | 0.17 | 0.36 | 0.67 | 32 | 0.22 | 0.27 |
| Hex | 54 | 46 | 36 | 0 | 11 | 24 | 43 | 20 | 16 | 1B |
| Octal | 124 | 106 | 66 | 0 | 21 | 44 | 103 | 40 | 26 | 33 |
| Binary | 1010100 | 1000110 | 110110 | 0 | 10001 | 100100 | 1000011 | 100000 | 10110 | 11011 |
Color Harmonies of #544636
Complementary color
Monochromatic Colors of #544636
Black with #544636
Text Example
Text Example
White with #544636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544636; }
p { color: rgb(84,70,54); }
H1.HeaderClassName
{
color: #544636;
}
.AnyTagClassName
{
color: #544636;
}
</style>
background-color css
<style>
a { background-color: #544636; }
a { background-color: rgb(84,70,54); }
div.DivClassName
{
background-color: #544636;
}
.BgClassName
{
background-color: #544636;
}
</style>
border-color css
<style>
span { border-color: #544636; }
span { border-color: rgb(84,70,54); }
td.TdClassName
{
border-color: #544636;
}
.TagClassName
{
border-color: #544636;
}
</style>