Shades of Bronze Olive #544924
Tints of Bronze Olive #544924
RGB
CMYK
RGB Variations
Color information
#544924 (or 0x544924) is known color: Bronze Olive. HEX triplet: 54, 49 and 24. RGB value is (84,73,36). Sum of RGB (Red+Green+Blue) = 84+73+36=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #544924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544924 is #ABB6DB. Grayscale: #484848. Windows color (decimal): -11253468 or 2378068. OLE color: 2378068.
HSL color Cylindrical-coordinate representation of color #544924: hue angle of 46.25º 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 #544924 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 36 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.67 |
| HSL | 46.25º | 0.4% | 0.24% | - |
| HSV(B) | 46.25º | 0.57% | 0.33% | - |
| XYZ | 6.36 | 6.78 | 2.64 | - |
| YUV | 72.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 36 | 0 | 0.13 | 0.57 | 0.67 | 46.25 | 0.4 | 0.24 |
| Hex | 54 | 49 | 24 | 0 | D | 39 | 43 | 2E | 28 | 18 |
| Octal | 124 | 111 | 44 | 0 | 15 | 71 | 103 | 56 | 50 | 30 |
| Binary | 1010100 | 1001001 | 100100 | 0 | 1101 | 111001 | 1000011 | 101110 | 101000 | 11000 |
Color Harmonies of #544924
Complementary color
Monochromatic Colors of #544924
Black with #544924
Text Example
Text Example
White with #544924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544924; }
p { color: rgb(84,73,36); }
H1.HeaderClassName
{
color: #544924;
}
.AnyTagClassName
{
color: #544924;
}
</style>
background-color css
<style>
a { background-color: #544924; }
a { background-color: rgb(84,73,36); }
div.DivClassName
{
background-color: #544924;
}
.BgClassName
{
background-color: #544924;
}
</style>
border-color css
<style>
span { border-color: #544924; }
span { border-color: rgb(84,73,36); }
td.TdClassName
{
border-color: #544924;
}
.TagClassName
{
border-color: #544924;
}
</style>