Shades of Bronze Olive #544E14
Tints of Bronze Olive #544E14
RGB
CMYK
RGB Variations
Color information
#544E14 (or 0x544E14) is known color: Bronze Olive. HEX triplet: 54, 4E and 14. RGB value is (84,78,20). Sum of RGB (Red+Green+Blue) = 84+78+20=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #544E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E14 is #ABB1EB. Grayscale: #494949. Windows color (decimal): -11252204 or 1330772. OLE color: 1330772.
HSL color Cylindrical-coordinate representation of color #544E14: hue angle of 54.38º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #544E14 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 20 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.67 |
| HSL | 54.38º | 0.62% | 0.2% | - |
| HSV(B) | 54.38º | 0.76% | 0.33% | - |
| XYZ | 6.51 | 7.38 | 1.74 | - |
| YUV | 73.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 20 | 0 | 0.07 | 0.76 | 0.67 | 54.38 | 0.62 | 0.2 |
| Hex | 54 | 4E | 14 | 0 | 7 | 4C | 43 | 36 | 3E | 14 |
| Octal | 124 | 116 | 24 | 0 | 7 | 114 | 103 | 66 | 76 | 24 |
| Binary | 1010100 | 1001110 | 10100 | 0 | 111 | 1001100 | 1000011 | 110110 | 111110 | 10100 |
Color Harmonies of #544E14
Complementary color
Monochromatic Colors of #544E14
Black with #544E14
Text Example
Text Example
White with #544E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E14; }
p { color: rgb(84,78,20); }
H1.HeaderClassName
{
color: #544E14;
}
.AnyTagClassName
{
color: #544E14;
}
</style>
background-color css
<style>
a { background-color: #544E14; }
a { background-color: rgb(84,78,20); }
div.DivClassName
{
background-color: #544E14;
}
.BgClassName
{
background-color: #544E14;
}
</style>
border-color css
<style>
span { border-color: #544E14; }
span { border-color: rgb(84,78,20); }
td.TdClassName
{
border-color: #544E14;
}
.TagClassName
{
border-color: #544E14;
}
</style>