Shades of Bronze Olive #544A00
Tints of Bronze Olive #544A00
RGB
CMYK
RGB Variations
Color information
#544A00 (or 0x544A00) is known color: Bronze Olive. HEX triplet: 54, 4A and 00. RGB value is (84,74,0). Sum of RGB (Red+Green+Blue) = 84+74+0=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #544A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A00 is #ABB5FF. Grayscale: #444444. Windows color (decimal): -11253248 or 19028. OLE color: 19028.
HSL color Cylindrical-coordinate representation of color #544A00: hue angle of 52.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #544A00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.67 |
| HSL | 52.86º | 1% | 0.16% | - |
| HSV(B) | 52.86º | 1% | 0.33% | - |
| XYZ | 6.1 | 6.78 | 0.99 | - |
| YUV | 68.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 0 | 0 | 0.12 | 1 | 0.67 | 52.86 | 1 | 0.16 |
| Hex | 54 | 4A | 0 | 0 | C | 64 | 43 | 35 | 64 | 10 |
| Octal | 124 | 112 | 0 | 0 | 14 | 144 | 103 | 65 | 144 | 20 |
| Binary | 1010100 | 1001010 | 0 | 0 | 1100 | 1100100 | 1000011 | 110101 | 1100100 | 10000 |
Color Harmonies of #544A00
Complementary color
Monochromatic Colors of #544A00
Black with #544A00
Text Example
Text Example
White with #544A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A00; }
p { color: rgb(84,74,0); }
H1.HeaderClassName
{
color: #544A00;
}
.AnyTagClassName
{
color: #544A00;
}
</style>
background-color css
<style>
a { background-color: #544A00; }
a { background-color: rgb(84,74,0); }
div.DivClassName
{
background-color: #544A00;
}
.BgClassName
{
background-color: #544A00;
}
</style>
border-color css
<style>
span { border-color: #544A00; }
span { border-color: rgb(84,74,0); }
td.TdClassName
{
border-color: #544A00;
}
.TagClassName
{
border-color: #544A00;
}
</style>