Shades of Bronze Olive #544E12
Tints of Bronze Olive #544E12
RGB
CMYK
RGB Variations
Color information
#544E12 (or 0x544E12) is known color: Bronze Olive. HEX triplet: 54, 4E and 12. RGB value is (84,78,18). Sum of RGB (Red+Green+Blue) = 84+78+18=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #544E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E12 is #ABB1ED. Grayscale: #494949. Windows color (decimal): -11252206 or 1199700. OLE color: 1199700.
HSL color Cylindrical-coordinate representation of color #544E12: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #544E12 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 18 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.67 |
| HSL | 54.55º | 0.65% | 0.2% | - |
| HSV(B) | 54.55º | 0.79% | 0.33% | - |
| XYZ | 6.49 | 7.38 | 1.65 | - |
| YUV | 72.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 18 | 0 | 0.07 | 0.79 | 0.67 | 54.55 | 0.65 | 0.2 |
| Hex | 54 | 4E | 12 | 0 | 7 | 4F | 43 | 37 | 41 | 14 |
| Octal | 124 | 116 | 22 | 0 | 7 | 117 | 103 | 67 | 101 | 24 |
| Binary | 1010100 | 1001110 | 10010 | 0 | 111 | 1001111 | 1000011 | 110111 | 1000001 | 10100 |
Color Harmonies of #544E12
Complementary color
Monochromatic Colors of #544E12
Black with #544E12
Text Example
Text Example
White with #544E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E12; }
p { color: rgb(84,78,18); }
H1.HeaderClassName
{
color: #544E12;
}
.AnyTagClassName
{
color: #544E12;
}
</style>
background-color css
<style>
a { background-color: #544E12; }
a { background-color: rgb(84,78,18); }
div.DivClassName
{
background-color: #544E12;
}
.BgClassName
{
background-color: #544E12;
}
</style>
border-color css
<style>
span { border-color: #544E12; }
span { border-color: rgb(84,78,18); }
td.TdClassName
{
border-color: #544E12;
}
.TagClassName
{
border-color: #544E12;
}
</style>