Shades of Bronze Olive #54461E
Tints of Bronze Olive #54461E
RGB
CMYK
RGB Variations
Color information
#54461E (or 0x54461E) is known color: Bronze Olive. HEX triplet: 54, 46 and 1E. RGB value is (84,70,30). Sum of RGB (Red+Green+Blue) = 84+70+30=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54461E is #ABB9E1. Grayscale: #454545. Windows color (decimal): -11254242 or 1984084. OLE color: 1984084.
HSL color Cylindrical-coordinate representation of color #54461E: hue angle of 44.44º 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 #54461E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 30 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.67 |
| HSL | 44.44º | 0.47% | 0.22% | - |
| HSV(B) | 44.44º | 0.64% | 0.33% | - |
| XYZ | 6.08 | 6.36 | 2.14 | - |
| YUV | 69.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 30 | 0 | 0.17 | 0.64 | 0.67 | 44.44 | 0.47 | 0.22 |
| Hex | 54 | 46 | 1E | 0 | 11 | 40 | 43 | 2C | 2F | 16 |
| Octal | 124 | 106 | 36 | 0 | 21 | 100 | 103 | 54 | 57 | 26 |
| Binary | 1010100 | 1000110 | 11110 | 0 | 10001 | 1000000 | 1000011 | 101100 | 101111 | 10110 |
Color Harmonies of #54461E
Complementary color
Monochromatic Colors of #54461E
Black with #54461E
Text Example
Text Example
White with #54461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54461E; }
p { color: rgb(84,70,30); }
H1.HeaderClassName
{
color: #54461E;
}
.AnyTagClassName
{
color: #54461E;
}
</style>
background-color css
<style>
a { background-color: #54461E; }
a { background-color: rgb(84,70,30); }
div.DivClassName
{
background-color: #54461E;
}
.BgClassName
{
background-color: #54461E;
}
</style>
border-color css
<style>
span { border-color: #54461E; }
span { border-color: rgb(84,70,30); }
td.TdClassName
{
border-color: #54461E;
}
.TagClassName
{
border-color: #54461E;
}
</style>