Shades of Metallic Bronze #544A40
Tints of Metallic Bronze #544A40
RGB
CMYK
RGB Variations
Color information
#544A40 (or 0x544A40) is known color: Metallic Bronze. HEX triplet: 54, 4A and 40. RGB value is (84,74,64). Sum of RGB (Red+Green+Blue) = 84+74+64=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A40 is #ABB5BF. Grayscale: #4B4B4B. Windows color (decimal): -11253184 or 4213332. OLE color: 4213332.
HSL color Cylindrical-coordinate representation of color #544A40: hue angle of 30º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #544A40 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 64 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.67 |
| HSL | 30º | 0.14% | 0.29% | - |
| HSV(B) | 30º | 0.24% | 0.33% | - |
| XYZ | 7.03 | 7.15 | 5.86 | - |
| YUV | 75.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 64 | 0 | 0.12 | 0.24 | 0.67 | 30 | 0.14 | 0.29 |
| Hex | 54 | 4A | 40 | 0 | C | 18 | 43 | 1E | E | 1D |
| Octal | 124 | 112 | 100 | 0 | 14 | 30 | 103 | 36 | 16 | 35 |
| Binary | 1010100 | 1001010 | 1000000 | 0 | 1100 | 11000 | 1000011 | 11110 | 1110 | 11101 |
Color Harmonies of #544A40
Complementary color
Monochromatic Colors of #544A40
Black with #544A40
Text Example
Text Example
White with #544A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A40; }
p { color: rgb(84,74,64); }
H1.HeaderClassName
{
color: #544A40;
}
.AnyTagClassName
{
color: #544A40;
}
</style>
background-color css
<style>
a { background-color: #544A40; }
a { background-color: rgb(84,74,64); }
div.DivClassName
{
background-color: #544A40;
}
.BgClassName
{
background-color: #544A40;
}
</style>
border-color css
<style>
span { border-color: #544A40; }
span { border-color: rgb(84,74,64); }
td.TdClassName
{
border-color: #544A40;
}
.TagClassName
{
border-color: #544A40;
}
</style>