Shades of Bronze Olive #544901
Tints of Bronze Olive #544901
RGB
CMYK
RGB Variations
Color information
#544901 (or 0x544901) is known color: Bronze Olive. HEX triplet: 54, 49 and 01. RGB value is (84,73,1). Sum of RGB (Red+Green+Blue) = 84+73+1=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #544901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544901 is #ABB6FE. Grayscale: #444444. Windows color (decimal): -11253503 or 84308. OLE color: 84308.
HSL color Cylindrical-coordinate representation of color #544901: hue angle of 52.05º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #544901 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.67 |
| HSL | 52.05º | 0.98% | 0.17% | - |
| HSV(B) | 52.05º | 0.99% | 0.33% | - |
| XYZ | 6.04 | 6.65 | 0.99 | - |
| YUV | 68.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 1 | 0 | 0.13 | 0.99 | 0.67 | 52.05 | 0.98 | 0.17 |
| Hex | 54 | 49 | 1 | 0 | D | 63 | 43 | 34 | 62 | 11 |
| Octal | 124 | 111 | 1 | 0 | 15 | 143 | 103 | 64 | 142 | 21 |
| Binary | 1010100 | 1001001 | 1 | 0 | 1101 | 1100011 | 1000011 | 110100 | 1100010 | 10001 |
Color Harmonies of #544901
Complementary color
Monochromatic Colors of #544901
Black with #544901
Text Example
Text Example
White with #544901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544901; }
p { color: rgb(84,73,1); }
H1.HeaderClassName
{
color: #544901;
}
.AnyTagClassName
{
color: #544901;
}
</style>
background-color css
<style>
a { background-color: #544901; }
a { background-color: rgb(84,73,1); }
div.DivClassName
{
background-color: #544901;
}
.BgClassName
{
background-color: #544901;
}
</style>
border-color css
<style>
span { border-color: #544901; }
span { border-color: rgb(84,73,1); }
td.TdClassName
{
border-color: #544901;
}
.TagClassName
{
border-color: #544901;
}
</style>