Shades of Bronze Olive #544D11
Tints of Bronze Olive #544D11
RGB
CMYK
RGB Variations
Color information
#544D11 (or 0x544D11) is known color: Bronze Olive. HEX triplet: 54, 4D and 11. RGB value is (84,77,17). Sum of RGB (Red+Green+Blue) = 84+77+17=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #544D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D11 is #ABB2EE. Grayscale: #484848. Windows color (decimal): -11252463 or 1133908. OLE color: 1133908.
HSL color Cylindrical-coordinate representation of color #544D11: hue angle of 53.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #544D11 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 17 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.67 |
| HSL | 53.73º | 0.66% | 0.2% | - |
| HSV(B) | 53.73º | 0.8% | 0.33% | - |
| XYZ | 6.41 | 7.23 | 1.59 | - |
| YUV | 72.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 17 | 0 | 0.08 | 0.80 | 0.67 | 53.73 | 0.66 | 0.2 |
| Hex | 54 | 4D | 11 | 0 | 8 | 50 | 43 | 36 | 42 | 14 |
| Octal | 124 | 115 | 21 | 0 | 10 | 120 | 103 | 66 | 102 | 24 |
| Binary | 1010100 | 1001101 | 10001 | 0 | 1000 | 1010000 | 1000011 | 110110 | 1000010 | 10100 |
Color Harmonies of #544D11
Complementary color
Monochromatic Colors of #544D11
Black with #544D11
Text Example
Text Example
White with #544D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D11; }
p { color: rgb(84,77,17); }
H1.HeaderClassName
{
color: #544D11;
}
.AnyTagClassName
{
color: #544D11;
}
</style>
background-color css
<style>
a { background-color: #544D11; }
a { background-color: rgb(84,77,17); }
div.DivClassName
{
background-color: #544D11;
}
.BgClassName
{
background-color: #544D11;
}
</style>
border-color css
<style>
span { border-color: #544D11; }
span { border-color: rgb(84,77,17); }
td.TdClassName
{
border-color: #544D11;
}
.TagClassName
{
border-color: #544D11;
}
</style>