Shades of Metallic Bronze #544B3E
Tints of Metallic Bronze #544B3E
RGB
CMYK
RGB Variations
Color information
#544B3E (or 0x544B3E) is known color: Metallic Bronze. HEX triplet: 54, 4B and 3E. RGB value is (84,75,62). Sum of RGB (Red+Green+Blue) = 84+75+62=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B3E is #ABB4C1. Grayscale: #4C4C4C. Windows color (decimal): -11252930 or 4082516. OLE color: 4082516.
HSL color Cylindrical-coordinate representation of color #544B3E: hue angle of 35.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #544B3E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 62 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.67 |
| HSL | 35.45º | 0.15% | 0.29% | - |
| HSV(B) | 35.45º | 0.26% | 0.33% | - |
| XYZ | 7.04 | 7.26 | 5.59 | - |
| YUV | 76.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 62 | 0 | 0.11 | 0.26 | 0.67 | 35.45 | 0.15 | 0.29 |
| Hex | 54 | 4B | 3E | 0 | B | 1A | 43 | 23 | F | 1D |
| Octal | 124 | 113 | 76 | 0 | 13 | 32 | 103 | 43 | 17 | 35 |
| Binary | 1010100 | 1001011 | 111110 | 0 | 1011 | 11010 | 1000011 | 100011 | 1111 | 11101 |
Color Harmonies of #544B3E
Complementary color
Monochromatic Colors of #544B3E
Black with #544B3E
Text Example
Text Example
White with #544B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B3E; }
p { color: rgb(84,75,62); }
H1.HeaderClassName
{
color: #544B3E;
}
.AnyTagClassName
{
color: #544B3E;
}
</style>
background-color css
<style>
a { background-color: #544B3E; }
a { background-color: rgb(84,75,62); }
div.DivClassName
{
background-color: #544B3E;
}
.BgClassName
{
background-color: #544B3E;
}
</style>
border-color css
<style>
span { border-color: #544B3E; }
span { border-color: rgb(84,75,62); }
td.TdClassName
{
border-color: #544B3E;
}
.TagClassName
{
border-color: #544B3E;
}
</style>