Shades of Bronze Olive #544E19
Tints of Bronze Olive #544E19
RGB
CMYK
RGB Variations
Color information
#544E19 (or 0x544E19) is known color: Bronze Olive. HEX triplet: 54, 4E and 19. RGB value is (84,78,25). Sum of RGB (Red+Green+Blue) = 84+78+25=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #544E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E19 is #ABB1E6. Grayscale: #494949. Windows color (decimal): -11252199 or 1658452. OLE color: 1658452.
HSL color Cylindrical-coordinate representation of color #544E19: hue angle of 53.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #544E19 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 25 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.67 |
| HSL | 53.9º | 0.54% | 0.21% | - |
| HSV(B) | 53.9º | 0.7% | 0.33% | - |
| XYZ | 6.56 | 7.4 | 2 | - |
| YUV | 73.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 25 | 0 | 0.07 | 0.70 | 0.67 | 53.9 | 0.54 | 0.21 |
| Hex | 54 | 4E | 19 | 0 | 7 | 46 | 43 | 36 | 36 | 15 |
| Octal | 124 | 116 | 31 | 0 | 7 | 106 | 103 | 66 | 66 | 25 |
| Binary | 1010100 | 1001110 | 11001 | 0 | 111 | 1000110 | 1000011 | 110110 | 110110 | 10101 |
Color Harmonies of #544E19
Complementary color
Monochromatic Colors of #544E19
Black with #544E19
Text Example
Text Example
White with #544E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E19; }
p { color: rgb(84,78,25); }
H1.HeaderClassName
{
color: #544E19;
}
.AnyTagClassName
{
color: #544E19;
}
</style>
background-color css
<style>
a { background-color: #544E19; }
a { background-color: rgb(84,78,25); }
div.DivClassName
{
background-color: #544E19;
}
.BgClassName
{
background-color: #544E19;
}
</style>
border-color css
<style>
span { border-color: #544E19; }
span { border-color: rgb(84,78,25); }
td.TdClassName
{
border-color: #544E19;
}
.TagClassName
{
border-color: #544E19;
}
</style>