Shades of Bronze Olive #544D1E
Tints of Bronze Olive #544D1E
RGB
CMYK
RGB Variations
Color information
#544D1E (or 0x544D1E) is known color: Bronze Olive. HEX triplet: 54, 4D and 1E. RGB value is (84,77,30). Sum of RGB (Red+Green+Blue) = 84+77+30=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #544D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D1E is #ABB2E1. Grayscale: #494949. Windows color (decimal): -11252450 or 1985876. OLE color: 1985876.
HSL color Cylindrical-coordinate representation of color #544D1E: hue angle of 52.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #544D1E is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 30 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.67 |
| HSL | 52.22º | 0.47% | 0.22% | - |
| HSV(B) | 52.22º | 0.64% | 0.33% | - |
| XYZ | 6.54 | 7.29 | 2.29 | - |
| YUV | 73.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 30 | 0 | 0.08 | 0.64 | 0.67 | 52.22 | 0.47 | 0.22 |
| Hex | 54 | 4D | 1E | 0 | 8 | 40 | 43 | 34 | 2F | 16 |
| Octal | 124 | 115 | 36 | 0 | 10 | 100 | 103 | 64 | 57 | 26 |
| Binary | 1010100 | 1001101 | 11110 | 0 | 1000 | 1000000 | 1000011 | 110100 | 101111 | 10110 |
Color Harmonies of #544D1E
Complementary color
Monochromatic Colors of #544D1E
Black with #544D1E
Text Example
Text Example
White with #544D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D1E; }
p { color: rgb(84,77,30); }
H1.HeaderClassName
{
color: #544D1E;
}
.AnyTagClassName
{
color: #544D1E;
}
</style>
background-color css
<style>
a { background-color: #544D1E; }
a { background-color: rgb(84,77,30); }
div.DivClassName
{
background-color: #544D1E;
}
.BgClassName
{
background-color: #544D1E;
}
</style>
border-color css
<style>
span { border-color: #544D1E; }
span { border-color: rgb(84,77,30); }
td.TdClassName
{
border-color: #544D1E;
}
.TagClassName
{
border-color: #544D1E;
}
</style>