Shades of Bronze Olive #544505
Tints of Bronze Olive #544505
RGB
CMYK
RGB Variations
Color information
#544505 (or 0x544505) is known color: Bronze Olive. HEX triplet: 54, 45 and 05. RGB value is (84,69,5). Sum of RGB (Red+Green+Blue) = 84+69+5=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #544505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544505 is #ABBAFA. Grayscale: #424242. Windows color (decimal): -11254523 or 345428. OLE color: 345428.
HSL color Cylindrical-coordinate representation of color #544505: hue angle of 48.61º 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 #544505 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 5 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.67 |
| HSL | 48.61º | 0.89% | 0.17% | - |
| HSV(B) | 48.61º | 0.94% | 0.33% | - |
| XYZ | 5.81 | 6.15 | 1.02 | - |
| YUV | 66.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 5 | 0 | 0.18 | 0.94 | 0.67 | 48.61 | 0.89 | 0.17 |
| Hex | 54 | 45 | 5 | 0 | 12 | 5E | 43 | 31 | 59 | 11 |
| Octal | 124 | 105 | 5 | 0 | 22 | 136 | 103 | 61 | 131 | 21 |
| Binary | 1010100 | 1000101 | 101 | 0 | 10010 | 1011110 | 1000011 | 110001 | 1011001 | 10001 |
Color Harmonies of #544505
Complementary color
Monochromatic Colors of #544505
Black with #544505
Text Example
Text Example
White with #544505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544505; }
p { color: rgb(84,69,5); }
H1.HeaderClassName
{
color: #544505;
}
.AnyTagClassName
{
color: #544505;
}
</style>
background-color css
<style>
a { background-color: #544505; }
a { background-color: rgb(84,69,5); }
div.DivClassName
{
background-color: #544505;
}
.BgClassName
{
background-color: #544505;
}
</style>
border-color css
<style>
span { border-color: #544505; }
span { border-color: rgb(84,69,5); }
td.TdClassName
{
border-color: #544505;
}
.TagClassName
{
border-color: #544505;
}
</style>