Shades of Bronze Olive #544D28
Tints of Bronze Olive #544D28
RGB
CMYK
RGB Variations
Color information
#544D28 (or 0x544D28) is known color: Bronze Olive. HEX triplet: 54, 4D and 28. RGB value is (84,77,40). Sum of RGB (Red+Green+Blue) = 84+77+40=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #544D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D28 is #ABB2D7. Grayscale: #4B4B4B. Windows color (decimal): -11252440 or 2641236. OLE color: 2641236.
HSL color Cylindrical-coordinate representation of color #544D28: hue angle of 50.45º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #544D28 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 40 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.67 |
| HSL | 50.45º | 0.35% | 0.24% | - |
| HSV(B) | 50.45º | 0.52% | 0.33% | - |
| XYZ | 6.69 | 7.35 | 3.07 | - |
| YUV | 74.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 40 | 0 | 0.08 | 0.52 | 0.67 | 50.45 | 0.35 | 0.24 |
| Hex | 54 | 4D | 28 | 0 | 8 | 34 | 43 | 32 | 23 | 18 |
| Octal | 124 | 115 | 50 | 0 | 10 | 64 | 103 | 62 | 43 | 30 |
| Binary | 1010100 | 1001101 | 101000 | 0 | 1000 | 110100 | 1000011 | 110010 | 100011 | 11000 |
Color Harmonies of #544D28
Complementary color
Monochromatic Colors of #544D28
Black with #544D28
Text Example
Text Example
White with #544D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D28; }
p { color: rgb(84,77,40); }
H1.HeaderClassName
{
color: #544D28;
}
.AnyTagClassName
{
color: #544D28;
}
</style>
background-color css
<style>
a { background-color: #544D28; }
a { background-color: rgb(84,77,40); }
div.DivClassName
{
background-color: #544D28;
}
.BgClassName
{
background-color: #544D28;
}
</style>
border-color css
<style>
span { border-color: #544D28; }
span { border-color: rgb(84,77,40); }
td.TdClassName
{
border-color: #544D28;
}
.TagClassName
{
border-color: #544D28;
}
</style>