Shades of Bronze Olive #545119
Tints of Bronze Olive #545119
RGB
CMYK
RGB Variations
Color information
#545119 (or 0x545119) is known color: Bronze Olive. HEX triplet: 54, 51 and 19. RGB value is (84,81,25). Sum of RGB (Red+Green+Blue) = 84+81+25=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #545119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545119 is #ABAEE6. Grayscale: #4B4B4B. Windows color (decimal): -11251431 or 1659220. OLE color: 1659220.
HSL color Cylindrical-coordinate representation of color #545119: hue angle of 56.95º 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 #545119 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 25 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.67 |
| HSL | 56.95º | 0.54% | 0.21% | - |
| HSV(B) | 56.95º | 0.7% | 0.33% | - |
| XYZ | 6.77 | 7.84 | 2.08 | - |
| YUV | 75.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 25 | 0 | 0.04 | 0.70 | 0.67 | 56.95 | 0.54 | 0.21 |
| Hex | 54 | 51 | 19 | 0 | 4 | 46 | 43 | 39 | 36 | 15 |
| Octal | 124 | 121 | 31 | 0 | 4 | 106 | 103 | 71 | 66 | 25 |
| Binary | 1010100 | 1010001 | 11001 | 0 | 100 | 1000110 | 1000011 | 111001 | 110110 | 10101 |
Color Harmonies of #545119
Complementary color
Monochromatic Colors of #545119
Black with #545119
Text Example
Text Example
White with #545119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545119; }
p { color: rgb(84,81,25); }
H1.HeaderClassName
{
color: #545119;
}
.AnyTagClassName
{
color: #545119;
}
</style>
background-color css
<style>
a { background-color: #545119; }
a { background-color: rgb(84,81,25); }
div.DivClassName
{
background-color: #545119;
}
.BgClassName
{
background-color: #545119;
}
</style>
border-color css
<style>
span { border-color: #545119; }
span { border-color: rgb(84,81,25); }
td.TdClassName
{
border-color: #545119;
}
.TagClassName
{
border-color: #545119;
}
</style>