Shades of Bronze Olive #545019
Tints of Bronze Olive #545019
RGB
CMYK
RGB Variations
Color information
#545019 (or 0x545019) is known color: Bronze Olive. HEX triplet: 54, 50 and 19. RGB value is (84,80,25). Sum of RGB (Red+Green+Blue) = 84+80+25=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #545019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545019 is #ABAFE6. Grayscale: #4B4B4B. Windows color (decimal): -11251687 or 1658964. OLE color: 1658964.
HSL color Cylindrical-coordinate representation of color #545019: hue angle of 55.93º 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 #545019 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 25 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.67 |
| HSL | 55.93º | 0.54% | 0.21% | - |
| HSV(B) | 55.93º | 0.7% | 0.33% | - |
| XYZ | 6.7 | 7.69 | 2.05 | - |
| YUV | 74.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 25 | 0 | 0.05 | 0.70 | 0.67 | 55.93 | 0.54 | 0.21 |
| Hex | 54 | 50 | 19 | 0 | 5 | 46 | 43 | 38 | 36 | 15 |
| Octal | 124 | 120 | 31 | 0 | 5 | 106 | 103 | 70 | 66 | 25 |
| Binary | 1010100 | 1010000 | 11001 | 0 | 101 | 1000110 | 1000011 | 111000 | 110110 | 10101 |
Color Harmonies of #545019
Complementary color
Monochromatic Colors of #545019
Black with #545019
Text Example
Text Example
White with #545019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545019; }
p { color: rgb(84,80,25); }
H1.HeaderClassName
{
color: #545019;
}
.AnyTagClassName
{
color: #545019;
}
</style>
background-color css
<style>
a { background-color: #545019; }
a { background-color: rgb(84,80,25); }
div.DivClassName
{
background-color: #545019;
}
.BgClassName
{
background-color: #545019;
}
</style>
border-color css
<style>
span { border-color: #545019; }
span { border-color: rgb(84,80,25); }
td.TdClassName
{
border-color: #545019;
}
.TagClassName
{
border-color: #545019;
}
</style>