Shades of Bronze Olive #545017
Tints of Bronze Olive #545017
RGB
CMYK
RGB Variations
Color information
#545017 (or 0x545017) is known color: Bronze Olive. HEX triplet: 54, 50 and 17. RGB value is (84,80,23). Sum of RGB (Red+Green+Blue) = 84+80+23=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #545017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545017 is #ABAFE8. Grayscale: #4A4A4A. Windows color (decimal): -11251689 or 1527892. OLE color: 1527892.
HSL color Cylindrical-coordinate representation of color #545017: hue angle of 56.07º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #545017 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 23 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.67 |
| HSL | 56.07º | 0.57% | 0.21% | - |
| HSV(B) | 56.07º | 0.73% | 0.33% | - |
| XYZ | 6.68 | 7.68 | 1.94 | - |
| YUV | 74.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 23 | 0 | 0.05 | 0.73 | 0.67 | 56.07 | 0.57 | 0.21 |
| Hex | 54 | 50 | 17 | 0 | 5 | 49 | 43 | 38 | 39 | 15 |
| Octal | 124 | 120 | 27 | 0 | 5 | 111 | 103 | 70 | 71 | 25 |
| Binary | 1010100 | 1010000 | 10111 | 0 | 101 | 1001001 | 1000011 | 111000 | 111001 | 10101 |
Color Harmonies of #545017
Complementary color
Monochromatic Colors of #545017
Black with #545017
Text Example
Text Example
White with #545017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545017; }
p { color: rgb(84,80,23); }
H1.HeaderClassName
{
color: #545017;
}
.AnyTagClassName
{
color: #545017;
}
</style>
background-color css
<style>
a { background-color: #545017; }
a { background-color: rgb(84,80,23); }
div.DivClassName
{
background-color: #545017;
}
.BgClassName
{
background-color: #545017;
}
</style>
border-color css
<style>
span { border-color: #545017; }
span { border-color: rgb(84,80,23); }
td.TdClassName
{
border-color: #545017;
}
.TagClassName
{
border-color: #545017;
}
</style>