Shades of Bronze Olive #544E0E
Tints of Bronze Olive #544E0E
RGB
CMYK
RGB Variations
Color information
#544E0E (or 0x544E0E) is known color: Bronze Olive. HEX triplet: 54, 4E and 0E. RGB value is (84,78,14). Sum of RGB (Red+Green+Blue) = 84+78+14=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #544E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E0E is #ABB1F1. Grayscale: #484848. Windows color (decimal): -11252210 or 937556. OLE color: 937556.
HSL color Cylindrical-coordinate representation of color #544E0E: hue angle of 54.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #544E0E is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 14 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.67 |
| HSL | 54.86º | 0.71% | 0.19% | - |
| HSV(B) | 54.86º | 0.83% | 0.33% | - |
| XYZ | 6.46 | 7.37 | 1.5 | - |
| YUV | 72.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 14 | 0 | 0.07 | 0.83 | 0.67 | 54.86 | 0.71 | 0.19 |
| Hex | 54 | 4E | E | 0 | 7 | 53 | 43 | 37 | 47 | 13 |
| Octal | 124 | 116 | 16 | 0 | 7 | 123 | 103 | 67 | 107 | 23 |
| Binary | 1010100 | 1001110 | 1110 | 0 | 111 | 1010011 | 1000011 | 110111 | 1000111 | 10011 |
Color Harmonies of #544E0E
Complementary color
Monochromatic Colors of #544E0E
Black with #544E0E
Text Example
Text Example
White with #544E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E0E; }
p { color: rgb(84,78,14); }
H1.HeaderClassName
{
color: #544E0E;
}
.AnyTagClassName
{
color: #544E0E;
}
</style>
background-color css
<style>
a { background-color: #544E0E; }
a { background-color: rgb(84,78,14); }
div.DivClassName
{
background-color: #544E0E;
}
.BgClassName
{
background-color: #544E0E;
}
</style>
border-color css
<style>
span { border-color: #544E0E; }
span { border-color: rgb(84,78,14); }
td.TdClassName
{
border-color: #544E0E;
}
.TagClassName
{
border-color: #544E0E;
}
</style>