Shades of Bronze Olive #54491E
Tints of Bronze Olive #54491E
RGB
CMYK
RGB Variations
Color information
#54491E (or 0x54491E) is known color: Bronze Olive. HEX triplet: 54, 49 and 1E. RGB value is (84,73,30). Sum of RGB (Red+Green+Blue) = 84+73+30=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #54491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54491E is #ABB6E1. Grayscale: #474747. Windows color (decimal): -11253474 or 1984852. OLE color: 1984852.
HSL color Cylindrical-coordinate representation of color #54491E: hue angle of 47.78º 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 #54491E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 30 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.67 |
| HSL | 47.78º | 0.47% | 0.22% | - |
| HSV(B) | 47.78º | 0.64% | 0.33% | - |
| XYZ | 6.27 | 6.74 | 2.2 | - |
| YUV | 71.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 30 | 0 | 0.13 | 0.64 | 0.67 | 47.78 | 0.47 | 0.22 |
| Hex | 54 | 49 | 1E | 0 | D | 40 | 43 | 30 | 2F | 16 |
| Octal | 124 | 111 | 36 | 0 | 15 | 100 | 103 | 60 | 57 | 26 |
| Binary | 1010100 | 1001001 | 11110 | 0 | 1101 | 1000000 | 1000011 | 110000 | 101111 | 10110 |
Color Harmonies of #54491E
Complementary color
Monochromatic Colors of #54491E
Black with #54491E
Text Example
Text Example
White with #54491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54491E; }
p { color: rgb(84,73,30); }
H1.HeaderClassName
{
color: #54491E;
}
.AnyTagClassName
{
color: #54491E;
}
</style>
background-color css
<style>
a { background-color: #54491E; }
a { background-color: rgb(84,73,30); }
div.DivClassName
{
background-color: #54491E;
}
.BgClassName
{
background-color: #54491E;
}
</style>
border-color css
<style>
span { border-color: #54491E; }
span { border-color: rgb(84,73,30); }
td.TdClassName
{
border-color: #54491E;
}
.TagClassName
{
border-color: #54491E;
}
</style>