Shades of Metallic Bronze #544B3C
Tints of Metallic Bronze #544B3C
RGB
CMYK
RGB Variations
Color information
#544B3C (or 0x544B3C) is known color: Metallic Bronze. HEX triplet: 54, 4B and 3C. RGB value is (84,75,60). Sum of RGB (Red+Green+Blue) = 84+75+60=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #544B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B3C is #ABB4C3. Grayscale: #4C4C4C. Windows color (decimal): -11252932 or 3951444. OLE color: 3951444.
HSL color Cylindrical-coordinate representation of color #544B3C: hue angle of 37.5º 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 #544B3C is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 60 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.67 |
| HSL | 37.5º | 0.17% | 0.28% | - |
| HSV(B) | 37.5º | 0.29% | 0.33% | - |
| XYZ | 6.99 | 7.24 | 5.3 | - |
| YUV | 75.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 60 | 0 | 0.11 | 0.29 | 0.67 | 37.5 | 0.17 | 0.28 |
| Hex | 54 | 4B | 3C | 0 | B | 1D | 43 | 26 | 11 | 1C |
| Octal | 124 | 113 | 74 | 0 | 13 | 35 | 103 | 46 | 21 | 34 |
| Binary | 1010100 | 1001011 | 111100 | 0 | 1011 | 11101 | 1000011 | 100110 | 10001 | 11100 |
Color Harmonies of #544B3C
Complementary color
Monochromatic Colors of #544B3C
Black with #544B3C
Text Example
Text Example
White with #544B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B3C; }
p { color: rgb(84,75,60); }
H1.HeaderClassName
{
color: #544B3C;
}
.AnyTagClassName
{
color: #544B3C;
}
</style>
background-color css
<style>
a { background-color: #544B3C; }
a { background-color: rgb(84,75,60); }
div.DivClassName
{
background-color: #544B3C;
}
.BgClassName
{
background-color: #544B3C;
}
</style>
border-color css
<style>
span { border-color: #544B3C; }
span { border-color: rgb(84,75,60); }
td.TdClassName
{
border-color: #544B3C;
}
.TagClassName
{
border-color: #544B3C;
}
</style>