Shades of Metallic Bronze #544838
Tints of Metallic Bronze #544838
RGB
CMYK
RGB Variations
Color information
#544838 (or 0x544838) is known color: Metallic Bronze. HEX triplet: 54, 48 and 38. RGB value is (84,72,56). Sum of RGB (Red+Green+Blue) = 84+72+56=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #544838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544838 is #ABB7C7. Grayscale: #494949. Windows color (decimal): -11253704 or 3688532. OLE color: 3688532.
HSL color Cylindrical-coordinate representation of color #544838: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #544838 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 56 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.67 |
| HSL | 34.29º | 0.2% | 0.27% | - |
| HSV(B) | 34.29º | 0.33% | 0.33% | - |
| XYZ | 6.69 | 6.81 | 4.7 | - |
| YUV | 73.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 56 | 0 | 0.14 | 0.33 | 0.67 | 34.29 | 0.2 | 0.27 |
| Hex | 54 | 48 | 38 | 0 | E | 21 | 43 | 22 | 14 | 1B |
| Octal | 124 | 110 | 70 | 0 | 16 | 41 | 103 | 42 | 24 | 33 |
| Binary | 1010100 | 1001000 | 111000 | 0 | 1110 | 100001 | 1000011 | 100010 | 10100 | 11011 |
Color Harmonies of #544838
Complementary color
Monochromatic Colors of #544838
Black with #544838
Text Example
Text Example
White with #544838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544838; }
p { color: rgb(84,72,56); }
H1.HeaderClassName
{
color: #544838;
}
.AnyTagClassName
{
color: #544838;
}
</style>
background-color css
<style>
a { background-color: #544838; }
a { background-color: rgb(84,72,56); }
div.DivClassName
{
background-color: #544838;
}
.BgClassName
{
background-color: #544838;
}
</style>
border-color css
<style>
span { border-color: #544838; }
span { border-color: rgb(84,72,56); }
td.TdClassName
{
border-color: #544838;
}
.TagClassName
{
border-color: #544838;
}
</style>