Shades of Bronze Olive #544B03
Tints of Bronze Olive #544B03
RGB
CMYK
RGB Variations
Color information
#544B03 (or 0x544B03) is known color: Bronze Olive. HEX triplet: 54, 4B and 03. RGB value is (84,75,3). Sum of RGB (Red+Green+Blue) = 84+75+3=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #544B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B03 is #ABB4FC. Grayscale: #454545. Windows color (decimal): -11252989 or 215892. OLE color: 215892.
HSL color Cylindrical-coordinate representation of color #544B03: hue angle of 53.33º 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 #544B03 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 3 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.67 |
| HSL | 53.33º | 0.93% | 0.17% | - |
| HSV(B) | 53.33º | 0.96% | 0.33% | - |
| XYZ | 6.19 | 6.92 | 1.1 | - |
| YUV | 69.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 3 | 0 | 0.11 | 0.96 | 0.67 | 53.33 | 0.93 | 0.17 |
| Hex | 54 | 4B | 3 | 0 | B | 60 | 43 | 35 | 5D | 11 |
| Octal | 124 | 113 | 3 | 0 | 13 | 140 | 103 | 65 | 135 | 21 |
| Binary | 1010100 | 1001011 | 11 | 0 | 1011 | 1100000 | 1000011 | 110101 | 1011101 | 10001 |
Color Harmonies of #544B03
Complementary color
Monochromatic Colors of #544B03
Black with #544B03
Text Example
Text Example
White with #544B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B03; }
p { color: rgb(84,75,3); }
H1.HeaderClassName
{
color: #544B03;
}
.AnyTagClassName
{
color: #544B03;
}
</style>
background-color css
<style>
a { background-color: #544B03; }
a { background-color: rgb(84,75,3); }
div.DivClassName
{
background-color: #544B03;
}
.BgClassName
{
background-color: #544B03;
}
</style>
border-color css
<style>
span { border-color: #544B03; }
span { border-color: rgb(84,75,3); }
td.TdClassName
{
border-color: #544B03;
}
.TagClassName
{
border-color: #544B03;
}
</style>