Shades of Bronze Olive #544D15
Tints of Bronze Olive #544D15
RGB
CMYK
RGB Variations
Color information
#544D15 (or 0x544D15) is known color: Bronze Olive. HEX triplet: 54, 4D and 15. RGB value is (84,77,21). Sum of RGB (Red+Green+Blue) = 84+77+21=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #544D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D15 is #ABB2EA. Grayscale: #484848. Windows color (decimal): -11252459 or 1396052. OLE color: 1396052.
HSL color Cylindrical-coordinate representation of color #544D15: hue angle of 53.33º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #544D15 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 21 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.67 |
| HSL | 53.33º | 0.6% | 0.21% | - |
| HSV(B) | 53.33º | 0.75% | 0.33% | - |
| XYZ | 6.45 | 7.25 | 1.77 | - |
| YUV | 72.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 21 | 0 | 0.08 | 0.75 | 0.67 | 53.33 | 0.6 | 0.21 |
| Hex | 54 | 4D | 15 | 0 | 8 | 4B | 43 | 35 | 3C | 15 |
| Octal | 124 | 115 | 25 | 0 | 10 | 113 | 103 | 65 | 74 | 25 |
| Binary | 1010100 | 1001101 | 10101 | 0 | 1000 | 1001011 | 1000011 | 110101 | 111100 | 10101 |
Color Harmonies of #544D15
Complementary color
Monochromatic Colors of #544D15
Black with #544D15
Text Example
Text Example
White with #544D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D15; }
p { color: rgb(84,77,21); }
H1.HeaderClassName
{
color: #544D15;
}
.AnyTagClassName
{
color: #544D15;
}
</style>
background-color css
<style>
a { background-color: #544D15; }
a { background-color: rgb(84,77,21); }
div.DivClassName
{
background-color: #544D15;
}
.BgClassName
{
background-color: #544D15;
}
</style>
border-color css
<style>
span { border-color: #544D15; }
span { border-color: rgb(84,77,21); }
td.TdClassName
{
border-color: #544D15;
}
.TagClassName
{
border-color: #544D15;
}
</style>