Shades of Bronze Olive #54481C
Tints of Bronze Olive #54481C
RGB
CMYK
RGB Variations
Color information
#54481C (or 0x54481C) is known color: Bronze Olive. HEX triplet: 54, 48 and 1C. RGB value is (84,72,28). Sum of RGB (Red+Green+Blue) = 84+72+28=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54481C is #ABB7E3. Grayscale: #464646. Windows color (decimal): -11253732 or 1853524. OLE color: 1853524.
HSL color Cylindrical-coordinate representation of color #54481C: hue angle of 47.14º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54481C is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 28 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.67 |
| HSL | 47.14º | 0.5% | 0.22% | - |
| HSV(B) | 47.14º | 0.67% | 0.33% | - |
| XYZ | 6.18 | 6.6 | 2.05 | - |
| YUV | 70.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 28 | 0 | 0.14 | 0.67 | 0.67 | 47.14 | 0.5 | 0.22 |
| Hex | 54 | 48 | 1C | 0 | E | 43 | 43 | 2F | 32 | 16 |
| Octal | 124 | 110 | 34 | 0 | 16 | 103 | 103 | 57 | 62 | 26 |
| Binary | 1010100 | 1001000 | 11100 | 0 | 1110 | 1000011 | 1000011 | 101111 | 110010 | 10110 |
Color Harmonies of #54481C
Complementary color
Monochromatic Colors of #54481C
Black with #54481C
Text Example
Text Example
White with #54481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54481C; }
p { color: rgb(84,72,28); }
H1.HeaderClassName
{
color: #54481C;
}
.AnyTagClassName
{
color: #54481C;
}
</style>
background-color css
<style>
a { background-color: #54481C; }
a { background-color: rgb(84,72,28); }
div.DivClassName
{
background-color: #54481C;
}
.BgClassName
{
background-color: #54481C;
}
</style>
border-color css
<style>
span { border-color: #54481C; }
span { border-color: rgb(84,72,28); }
td.TdClassName
{
border-color: #54481C;
}
.TagClassName
{
border-color: #54481C;
}
</style>