Shades of Bronze Olive #544705
Tints of Bronze Olive #544705
RGB
CMYK
RGB Variations
Color information
#544705 (or 0x544705) is known color: Bronze Olive. HEX triplet: 54, 47 and 05. RGB value is (84,71,5). Sum of RGB (Red+Green+Blue) = 84+71+5=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #544705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544705 is #ABB8FA. Grayscale: #434343. Windows color (decimal): -11254011 or 345940. OLE color: 345940.
HSL color Cylindrical-coordinate representation of color #544705: hue angle of 50.13º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #544705 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 71 | 5 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.67 |
| HSL | 50.13º | 0.89% | 0.17% | - |
| HSV(B) | 50.13º | 0.94% | 0.33% | - |
| XYZ | 5.94 | 6.4 | 1.07 | - |
| YUV | 67.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 5 | 0 | 0.15 | 0.94 | 0.67 | 50.13 | 0.89 | 0.17 |
| Hex | 54 | 47 | 5 | 0 | F | 5E | 43 | 32 | 59 | 11 |
| Octal | 124 | 107 | 5 | 0 | 17 | 136 | 103 | 62 | 131 | 21 |
| Binary | 1010100 | 1000111 | 101 | 0 | 1111 | 1011110 | 1000011 | 110010 | 1011001 | 10001 |
Color Harmonies of #544705
Complementary color
Monochromatic Colors of #544705
Black with #544705
Text Example
Text Example
White with #544705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544705; }
p { color: rgb(84,71,5); }
H1.HeaderClassName
{
color: #544705;
}
.AnyTagClassName
{
color: #544705;
}
</style>
background-color css
<style>
a { background-color: #544705; }
a { background-color: rgb(84,71,5); }
div.DivClassName
{
background-color: #544705;
}
.BgClassName
{
background-color: #544705;
}
</style>
border-color css
<style>
span { border-color: #544705; }
span { border-color: rgb(84,71,5); }
td.TdClassName
{
border-color: #544705;
}
.TagClassName
{
border-color: #544705;
}
</style>