Shades of Metallic Bronze #544A3C
Tints of Metallic Bronze #544A3C
RGB
CMYK
RGB Variations
Color information
#544A3C (or 0x544A3C) is known color: Metallic Bronze. HEX triplet: 54, 4A and 3C. RGB value is (84,74,60). Sum of RGB (Red+Green+Blue) = 84+74+60=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #544A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A3C is #ABB5C3. Grayscale: #4B4B4B. Windows color (decimal): -11253188 or 3951188. OLE color: 3951188.
HSL color Cylindrical-coordinate representation of color #544A3C: hue angle of 35º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #544A3C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 60 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.67 |
| HSL | 35º | 0.17% | 0.28% | - |
| HSV(B) | 35º | 0.29% | 0.33% | - |
| XYZ | 6.92 | 7.11 | 5.28 | - |
| YUV | 75.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 60 | 0 | 0.12 | 0.29 | 0.67 | 35 | 0.17 | 0.28 |
| Hex | 54 | 4A | 3C | 0 | C | 1D | 43 | 23 | 11 | 1C |
| Octal | 124 | 112 | 74 | 0 | 14 | 35 | 103 | 43 | 21 | 34 |
| Binary | 1010100 | 1001010 | 111100 | 0 | 1100 | 11101 | 1000011 | 100011 | 10001 | 11100 |
Color Harmonies of #544A3C
Complementary color
Monochromatic Colors of #544A3C
Black with #544A3C
Text Example
Text Example
White with #544A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A3C; }
p { color: rgb(84,74,60); }
H1.HeaderClassName
{
color: #544A3C;
}
.AnyTagClassName
{
color: #544A3C;
}
</style>
background-color css
<style>
a { background-color: #544A3C; }
a { background-color: rgb(84,74,60); }
div.DivClassName
{
background-color: #544A3C;
}
.BgClassName
{
background-color: #544A3C;
}
</style>
border-color css
<style>
span { border-color: #544A3C; }
span { border-color: rgb(84,74,60); }
td.TdClassName
{
border-color: #544A3C;
}
.TagClassName
{
border-color: #544A3C;
}
</style>