Shades of Bronze Olive #544A03
Tints of Bronze Olive #544A03
RGB
CMYK
RGB Variations
Color information
#544A03 (or 0x544A03) is known color: Bronze Olive. HEX triplet: 54, 4A and 03. RGB value is (84,74,3). Sum of RGB (Red+Green+Blue) = 84+74+3=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #544A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A03 is #ABB5FC. Grayscale: #454545. Windows color (decimal): -11253245 or 215636. OLE color: 215636.
HSL color Cylindrical-coordinate representation of color #544A03: hue angle of 52.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #544A03 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 74 | 3 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.67 |
| HSL | 52.59º | 0.93% | 0.17% | - |
| HSV(B) | 52.59º | 0.96% | 0.33% | - |
| XYZ | 6.12 | 6.79 | 1.07 | - |
| YUV | 68.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 3 | 0 | 0.12 | 0.96 | 0.67 | 52.59 | 0.93 | 0.17 |
| Hex | 54 | 4A | 3 | 0 | C | 60 | 43 | 35 | 5D | 11 |
| Octal | 124 | 112 | 3 | 0 | 14 | 140 | 103 | 65 | 135 | 21 |
| Binary | 1010100 | 1001010 | 11 | 0 | 1100 | 1100000 | 1000011 | 110101 | 1011101 | 10001 |
Color Harmonies of #544A03
Complementary color
Monochromatic Colors of #544A03
Black with #544A03
Text Example
Text Example
White with #544A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A03; }
p { color: rgb(84,74,3); }
H1.HeaderClassName
{
color: #544A03;
}
.AnyTagClassName
{
color: #544A03;
}
</style>
background-color css
<style>
a { background-color: #544A03; }
a { background-color: rgb(84,74,3); }
div.DivClassName
{
background-color: #544A03;
}
.BgClassName
{
background-color: #544A03;
}
</style>
border-color css
<style>
span { border-color: #544A03; }
span { border-color: rgb(84,74,3); }
td.TdClassName
{
border-color: #544A03;
}
.TagClassName
{
border-color: #544A03;
}
</style>