Shades of Bronze Olive #544824
Tints of Bronze Olive #544824
RGB
CMYK
RGB Variations
Color information
#544824 (or 0x544824) is known color: Bronze Olive. HEX triplet: 54, 48 and 24. RGB value is (84,72,36). Sum of RGB (Red+Green+Blue) = 84+72+36=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544824 is #ABB7DB. Grayscale: #474747. Windows color (decimal): -11253724 or 2377812. OLE color: 2377812.
HSL color Cylindrical-coordinate representation of color #544824: hue angle of 45º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #544824 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 36 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.67 |
| HSL | 45º | 0.4% | 0.24% | - |
| HSV(B) | 45º | 0.57% | 0.33% | - |
| XYZ | 6.29 | 6.65 | 2.62 | - |
| YUV | 71.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 36 | 0 | 0.14 | 0.57 | 0.67 | 45 | 0.4 | 0.24 |
| Hex | 54 | 48 | 24 | 0 | E | 39 | 43 | 2D | 28 | 18 |
| Octal | 124 | 110 | 44 | 0 | 16 | 71 | 103 | 55 | 50 | 30 |
| Binary | 1010100 | 1001000 | 100100 | 0 | 1110 | 111001 | 1000011 | 101101 | 101000 | 11000 |
Color Harmonies of #544824
Complementary color
Monochromatic Colors of #544824
Black with #544824
Text Example
Text Example
White with #544824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544824; }
p { color: rgb(84,72,36); }
H1.HeaderClassName
{
color: #544824;
}
.AnyTagClassName
{
color: #544824;
}
</style>
background-color css
<style>
a { background-color: #544824; }
a { background-color: rgb(84,72,36); }
div.DivClassName
{
background-color: #544824;
}
.BgClassName
{
background-color: #544824;
}
</style>
border-color css
<style>
span { border-color: #544824; }
span { border-color: rgb(84,72,36); }
td.TdClassName
{
border-color: #544824;
}
.TagClassName
{
border-color: #544824;
}
</style>