Shades of Bronze Olive #544E0C
Tints of Bronze Olive #544E0C
RGB
CMYK
RGB Variations
Color information
#544E0C (or 0x544E0C) is known color: Bronze Olive. HEX triplet: 54, 4E and 0C. RGB value is (84,78,12). Sum of RGB (Red+Green+Blue) = 84+78+12=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #544E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E0C is #ABB1F3. Grayscale: #484848. Windows color (decimal): -11252212 or 806484. OLE color: 806484.
HSL color Cylindrical-coordinate representation of color #544E0C: hue angle of 55º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #544E0C is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 12 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.67 |
| HSL | 55º | 0.75% | 0.19% | - |
| HSV(B) | 55º | 0.86% | 0.33% | - |
| XYZ | 6.45 | 7.36 | 1.43 | - |
| YUV | 72.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 12 | 0 | 0.07 | 0.86 | 0.67 | 55 | 0.75 | 0.19 |
| Hex | 54 | 4E | C | 0 | 7 | 56 | 43 | 37 | 4B | 13 |
| Octal | 124 | 116 | 14 | 0 | 7 | 126 | 103 | 67 | 113 | 23 |
| Binary | 1010100 | 1001110 | 1100 | 0 | 111 | 1010110 | 1000011 | 110111 | 1001011 | 10011 |
Color Harmonies of #544E0C
Complementary color
Monochromatic Colors of #544E0C
Black with #544E0C
Text Example
Text Example
White with #544E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E0C; }
p { color: rgb(84,78,12); }
H1.HeaderClassName
{
color: #544E0C;
}
.AnyTagClassName
{
color: #544E0C;
}
</style>
background-color css
<style>
a { background-color: #544E0C; }
a { background-color: rgb(84,78,12); }
div.DivClassName
{
background-color: #544E0C;
}
.BgClassName
{
background-color: #544E0C;
}
</style>
border-color css
<style>
span { border-color: #544E0C; }
span { border-color: rgb(84,78,12); }
td.TdClassName
{
border-color: #544E0C;
}
.TagClassName
{
border-color: #544E0C;
}
</style>