Shades of Bronze Olive #54501E
Tints of Bronze Olive #54501E
RGB
CMYK
RGB Variations
Color information
#54501E (or 0x54501E) is known color: Bronze Olive. HEX triplet: 54, 50 and 1E. RGB value is (84,80,30). Sum of RGB (Red+Green+Blue) = 84+80+30=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54501E is #ABAFE1. Grayscale: #4B4B4B. Windows color (decimal): -11251682 or 1986644. OLE color: 1986644.
HSL color Cylindrical-coordinate representation of color #54501E: hue angle of 55.56º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54501E is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 30 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.67 |
| HSL | 55.56º | 0.47% | 0.22% | - |
| HSV(B) | 55.56º | 0.64% | 0.33% | - |
| XYZ | 6.76 | 7.72 | 2.36 | - |
| YUV | 75.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 30 | 0 | 0.05 | 0.64 | 0.67 | 55.56 | 0.47 | 0.22 |
| Hex | 54 | 50 | 1E | 0 | 5 | 40 | 43 | 38 | 2F | 16 |
| Octal | 124 | 120 | 36 | 0 | 5 | 100 | 103 | 70 | 57 | 26 |
| Binary | 1010100 | 1010000 | 11110 | 0 | 101 | 1000000 | 1000011 | 111000 | 101111 | 10110 |
Color Harmonies of #54501E
Complementary color
Monochromatic Colors of #54501E
Black with #54501E
Text Example
Text Example
White with #54501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54501E; }
p { color: rgb(84,80,30); }
H1.HeaderClassName
{
color: #54501E;
}
.AnyTagClassName
{
color: #54501E;
}
</style>
background-color css
<style>
a { background-color: #54501E; }
a { background-color: rgb(84,80,30); }
div.DivClassName
{
background-color: #54501E;
}
.BgClassName
{
background-color: #54501E;
}
</style>
border-color css
<style>
span { border-color: #54501E; }
span { border-color: rgb(84,80,30); }
td.TdClassName
{
border-color: #54501E;
}
.TagClassName
{
border-color: #54501E;
}
</style>