Shades of Bronze Olive #544904
Tints of Bronze Olive #544904
RGB
CMYK
RGB Variations
Color information
#544904 (or 0x544904) is known color: Bronze Olive. HEX triplet: 54, 49 and 04. RGB value is (84,73,4). Sum of RGB (Red+Green+Blue) = 84+73+4=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #544904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544904 is #ABB6FB. Grayscale: #444444. Windows color (decimal): -11253500 or 280916. OLE color: 280916.
HSL color Cylindrical-coordinate representation of color #544904: hue angle of 51.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #544904 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 4 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.67 |
| HSL | 51.75º | 0.91% | 0.17% | - |
| HSV(B) | 51.75º | 0.95% | 0.33% | - |
| XYZ | 6.06 | 6.66 | 1.08 | - |
| YUV | 68.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 4 | 0 | 0.13 | 0.95 | 0.67 | 51.75 | 0.91 | 0.17 |
| Hex | 54 | 49 | 4 | 0 | D | 5F | 43 | 34 | 5B | 11 |
| Octal | 124 | 111 | 4 | 0 | 15 | 137 | 103 | 64 | 133 | 21 |
| Binary | 1010100 | 1001001 | 100 | 0 | 1101 | 1011111 | 1000011 | 110100 | 1011011 | 10001 |
Color Harmonies of #544904
Complementary color
Monochromatic Colors of #544904
Black with #544904
Text Example
Text Example
White with #544904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544904; }
p { color: rgb(84,73,4); }
H1.HeaderClassName
{
color: #544904;
}
.AnyTagClassName
{
color: #544904;
}
</style>
background-color css
<style>
a { background-color: #544904; }
a { background-color: rgb(84,73,4); }
div.DivClassName
{
background-color: #544904;
}
.BgClassName
{
background-color: #544904;
}
</style>
border-color css
<style>
span { border-color: #544904; }
span { border-color: rgb(84,73,4); }
td.TdClassName
{
border-color: #544904;
}
.TagClassName
{
border-color: #544904;
}
</style>