Shades of Bronze Olive #544F0E
Tints of Bronze Olive #544F0E
RGB
CMYK
RGB Variations
Color information
#544F0E (or 0x544F0E) is known color: Bronze Olive. HEX triplet: 54, 4F and 0E. RGB value is (84,79,14). Sum of RGB (Red+Green+Blue) = 84+79+14=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #544F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F0E is #ABB0F1. Grayscale: #494949. Windows color (decimal): -11251954 or 937812. OLE color: 937812.
HSL color Cylindrical-coordinate representation of color #544F0E: hue angle of 55.71º 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 #544F0E is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 14 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.67 |
| HSL | 55.71º | 0.71% | 0.19% | - |
| HSV(B) | 55.71º | 0.83% | 0.33% | - |
| XYZ | 6.53 | 7.51 | 1.52 | - |
| YUV | 73.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 14 | 0 | 0.06 | 0.83 | 0.67 | 55.71 | 0.71 | 0.19 |
| Hex | 54 | 4F | E | 0 | 6 | 53 | 43 | 38 | 47 | 13 |
| Octal | 124 | 117 | 16 | 0 | 6 | 123 | 103 | 70 | 107 | 23 |
| Binary | 1010100 | 1001111 | 1110 | 0 | 110 | 1010011 | 1000011 | 111000 | 1000111 | 10011 |
Color Harmonies of #544F0E
Complementary color
Monochromatic Colors of #544F0E
Black with #544F0E
Text Example
Text Example
White with #544F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F0E; }
p { color: rgb(84,79,14); }
H1.HeaderClassName
{
color: #544F0E;
}
.AnyTagClassName
{
color: #544F0E;
}
</style>
background-color css
<style>
a { background-color: #544F0E; }
a { background-color: rgb(84,79,14); }
div.DivClassName
{
background-color: #544F0E;
}
.BgClassName
{
background-color: #544F0E;
}
</style>
border-color css
<style>
span { border-color: #544F0E; }
span { border-color: rgb(84,79,14); }
td.TdClassName
{
border-color: #544F0E;
}
.TagClassName
{
border-color: #544F0E;
}
</style>