Shades of Bronze Olive #544F12
Tints of Bronze Olive #544F12
RGB
CMYK
RGB Variations
Color information
#544F12 (or 0x544F12) is known color: Bronze Olive. HEX triplet: 54, 4F and 12. RGB value is (84,79,18). Sum of RGB (Red+Green+Blue) = 84+79+18=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #544F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F12 is #ABB0ED. Grayscale: #494949. Windows color (decimal): -11251950 or 1199956. OLE color: 1199956.
HSL color Cylindrical-coordinate representation of color #544F12: hue angle of 55.45º 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 #544F12 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 18 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.67 |
| HSL | 55.45º | 0.65% | 0.2% | - |
| HSV(B) | 55.45º | 0.79% | 0.33% | - |
| XYZ | 6.56 | 7.52 | 1.68 | - |
| YUV | 73.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 18 | 0 | 0.06 | 0.79 | 0.67 | 55.45 | 0.65 | 0.2 |
| Hex | 54 | 4F | 12 | 0 | 6 | 4F | 43 | 37 | 41 | 14 |
| Octal | 124 | 117 | 22 | 0 | 6 | 117 | 103 | 67 | 101 | 24 |
| Binary | 1010100 | 1001111 | 10010 | 0 | 110 | 1001111 | 1000011 | 110111 | 1000001 | 10100 |
Color Harmonies of #544F12
Complementary color
Monochromatic Colors of #544F12
Black with #544F12
Text Example
Text Example
White with #544F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F12; }
p { color: rgb(84,79,18); }
H1.HeaderClassName
{
color: #544F12;
}
.AnyTagClassName
{
color: #544F12;
}
</style>
background-color css
<style>
a { background-color: #544F12; }
a { background-color: rgb(84,79,18); }
div.DivClassName
{
background-color: #544F12;
}
.BgClassName
{
background-color: #544F12;
}
</style>
border-color css
<style>
span { border-color: #544F12; }
span { border-color: rgb(84,79,18); }
td.TdClassName
{
border-color: #544F12;
}
.TagClassName
{
border-color: #544F12;
}
</style>