Shades of Bronze Olive #544C12
Tints of Bronze Olive #544C12
RGB
CMYK
RGB Variations
Color information
#544C12 (or 0x544C12) is known color: Bronze Olive. HEX triplet: 54, 4C and 12. RGB value is (84,76,18). Sum of RGB (Red+Green+Blue) = 84+76+18=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #544C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C12 is #ABB3ED. Grayscale: #484848. Windows color (decimal): -11252718 or 1199188. OLE color: 1199188.
HSL color Cylindrical-coordinate representation of color #544C12: hue angle of 52.73º 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 #544C12 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 76 | 18 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.67 |
| HSL | 52.73º | 0.65% | 0.2% | - |
| HSV(B) | 52.73º | 0.79% | 0.33% | - |
| XYZ | 6.35 | 7.1 | 1.61 | - |
| YUV | 71.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 18 | 0 | 0.10 | 0.79 | 0.67 | 52.73 | 0.65 | 0.2 |
| Hex | 54 | 4C | 12 | 0 | A | 4F | 43 | 35 | 41 | 14 |
| Octal | 124 | 114 | 22 | 0 | 12 | 117 | 103 | 65 | 101 | 24 |
| Binary | 1010100 | 1001100 | 10010 | 0 | 1010 | 1001111 | 1000011 | 110101 | 1000001 | 10100 |
Color Harmonies of #544C12
Complementary color
Monochromatic Colors of #544C12
Black with #544C12
Text Example
Text Example
White with #544C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C12; }
p { color: rgb(84,76,18); }
H1.HeaderClassName
{
color: #544C12;
}
.AnyTagClassName
{
color: #544C12;
}
</style>
background-color css
<style>
a { background-color: #544C12; }
a { background-color: rgb(84,76,18); }
div.DivClassName
{
background-color: #544C12;
}
.BgClassName
{
background-color: #544C12;
}
</style>
border-color css
<style>
span { border-color: #544C12; }
span { border-color: rgb(84,76,18); }
td.TdClassName
{
border-color: #544C12;
}
.TagClassName
{
border-color: #544C12;
}
</style>