Shades of Bronze Olive #54481E
Tints of Bronze Olive #54481E
RGB
CMYK
RGB Variations
Color information
#54481E (or 0x54481E) is known color: Bronze Olive. HEX triplet: 54, 48 and 1E. RGB value is (84,72,30). Sum of RGB (Red+Green+Blue) = 84+72+30=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #54481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54481E is #ABB7E1. Grayscale: #464646. Windows color (decimal): -11253730 or 1984596. OLE color: 1984596.
HSL color Cylindrical-coordinate representation of color #54481E: hue angle of 46.67º 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 #54481E is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 30 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.67 |
| HSL | 46.67º | 0.47% | 0.22% | - |
| HSV(B) | 46.67º | 0.64% | 0.33% | - |
| XYZ | 6.21 | 6.61 | 2.18 | - |
| YUV | 70.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 30 | 0 | 0.14 | 0.64 | 0.67 | 46.67 | 0.47 | 0.22 |
| Hex | 54 | 48 | 1E | 0 | E | 40 | 43 | 2F | 2F | 16 |
| Octal | 124 | 110 | 36 | 0 | 16 | 100 | 103 | 57 | 57 | 26 |
| Binary | 1010100 | 1001000 | 11110 | 0 | 1110 | 1000000 | 1000011 | 101111 | 101111 | 10110 |
Color Harmonies of #54481E
Complementary color
Monochromatic Colors of #54481E
Black with #54481E
Text Example
Text Example
White with #54481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54481E; }
p { color: rgb(84,72,30); }
H1.HeaderClassName
{
color: #54481E;
}
.AnyTagClassName
{
color: #54481E;
}
</style>
background-color css
<style>
a { background-color: #54481E; }
a { background-color: rgb(84,72,30); }
div.DivClassName
{
background-color: #54481E;
}
.BgClassName
{
background-color: #54481E;
}
</style>
border-color css
<style>
span { border-color: #54481E; }
span { border-color: rgb(84,72,30); }
td.TdClassName
{
border-color: #54481E;
}
.TagClassName
{
border-color: #54481E;
}
</style>