Shades of Bronze Olive #54481A
Tints of Bronze Olive #54481A
RGB
CMYK
RGB Variations
Color information
#54481A (or 0x54481A) is known color: Bronze Olive. HEX triplet: 54, 48 and 1A. RGB value is (84,72,26). Sum of RGB (Red+Green+Blue) = 84+72+26=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54481A is #ABB7E5. Grayscale: #464646. Windows color (decimal): -11253734 or 1722452. OLE color: 1722452.
HSL color Cylindrical-coordinate representation of color #54481A: hue angle of 47.59º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54481A is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 26 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.67 |
| HSL | 47.59º | 0.53% | 0.22% | - |
| HSV(B) | 47.59º | 0.69% | 0.33% | - |
| XYZ | 6.16 | 6.59 | 1.93 | - |
| YUV | 70.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 26 | 0 | 0.14 | 0.69 | 0.67 | 47.59 | 0.53 | 0.22 |
| Hex | 54 | 48 | 1A | 0 | E | 45 | 43 | 30 | 35 | 16 |
| Octal | 124 | 110 | 32 | 0 | 16 | 105 | 103 | 60 | 65 | 26 |
| Binary | 1010100 | 1001000 | 11010 | 0 | 1110 | 1000101 | 1000011 | 110000 | 110101 | 10110 |
Color Harmonies of #54481A
Complementary color
Monochromatic Colors of #54481A
Black with #54481A
Text Example
Text Example
White with #54481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54481A; }
p { color: rgb(84,72,26); }
H1.HeaderClassName
{
color: #54481A;
}
.AnyTagClassName
{
color: #54481A;
}
</style>
background-color css
<style>
a { background-color: #54481A; }
a { background-color: rgb(84,72,26); }
div.DivClassName
{
background-color: #54481A;
}
.BgClassName
{
background-color: #54481A;
}
</style>
border-color css
<style>
span { border-color: #54481A; }
span { border-color: rgb(84,72,26); }
td.TdClassName
{
border-color: #54481A;
}
.TagClassName
{
border-color: #54481A;
}
</style>