Shades of Bronze Olive #54481F
Tints of Bronze Olive #54481F
RGB
CMYK
RGB Variations
Color information
#54481F (or 0x54481F) is known color: Bronze Olive. HEX triplet: 54, 48 and 1F. RGB value is (84,72,31). Sum of RGB (Red+Green+Blue) = 84+72+31=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #54481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54481F is #ABB7E0. Grayscale: #474747. Windows color (decimal): -11253729 or 2050132. OLE color: 2050132.
HSL color Cylindrical-coordinate representation of color #54481F: hue angle of 46.42º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54481F is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 31 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.67 |
| HSL | 46.42º | 0.46% | 0.23% | - |
| HSV(B) | 46.42º | 0.63% | 0.33% | - |
| XYZ | 6.22 | 6.62 | 2.25 | - |
| YUV | 70.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 31 | 0 | 0.14 | 0.63 | 0.67 | 46.42 | 0.46 | 0.23 |
| Hex | 54 | 48 | 1F | 0 | E | 3F | 43 | 2E | 2E | 17 |
| Octal | 124 | 110 | 37 | 0 | 16 | 77 | 103 | 56 | 56 | 27 |
| Binary | 1010100 | 1001000 | 11111 | 0 | 1110 | 111111 | 1000011 | 101110 | 101110 | 10111 |
Color Harmonies of #54481F
Complementary color
Monochromatic Colors of #54481F
Black with #54481F
Text Example
Text Example
White with #54481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54481F; }
p { color: rgb(84,72,31); }
H1.HeaderClassName
{
color: #54481F;
}
.AnyTagClassName
{
color: #54481F;
}
</style>
background-color css
<style>
a { background-color: #54481F; }
a { background-color: rgb(84,72,31); }
div.DivClassName
{
background-color: #54481F;
}
.BgClassName
{
background-color: #54481F;
}
</style>
border-color css
<style>
span { border-color: #54481F; }
span { border-color: rgb(84,72,31); }
td.TdClassName
{
border-color: #54481F;
}
.TagClassName
{
border-color: #54481F;
}
</style>