Shades of Bronze Olive #544E27
Tints of Bronze Olive #544E27
RGB
CMYK
RGB Variations
Color information
#544E27 (or 0x544E27) is known color: Bronze Olive. HEX triplet: 54, 4E and 27. RGB value is (84,78,39). Sum of RGB (Red+Green+Blue) = 84+78+39=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #544E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E27 is #ABB1D8. Grayscale: #4B4B4B. Windows color (decimal): -11252185 or 2575956. OLE color: 2575956.
HSL color Cylindrical-coordinate representation of color #544E27: hue angle of 52º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544E27 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 39 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.67 |
| HSL | 52º | 0.37% | 0.24% | - |
| HSV(B) | 52º | 0.54% | 0.33% | - |
| XYZ | 6.75 | 7.48 | 3.01 | - |
| YUV | 75.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 39 | 0 | 0.07 | 0.54 | 0.67 | 52 | 0.37 | 0.24 |
| Hex | 54 | 4E | 27 | 0 | 7 | 36 | 43 | 34 | 25 | 18 |
| Octal | 124 | 116 | 47 | 0 | 7 | 66 | 103 | 64 | 45 | 30 |
| Binary | 1010100 | 1001110 | 100111 | 0 | 111 | 110110 | 1000011 | 110100 | 100101 | 11000 |
Color Harmonies of #544E27
Complementary color
Monochromatic Colors of #544E27
Black with #544E27
Text Example
Text Example
White with #544E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E27; }
p { color: rgb(84,78,39); }
H1.HeaderClassName
{
color: #544E27;
}
.AnyTagClassName
{
color: #544E27;
}
</style>
background-color css
<style>
a { background-color: #544E27; }
a { background-color: rgb(84,78,39); }
div.DivClassName
{
background-color: #544E27;
}
.BgClassName
{
background-color: #544E27;
}
</style>
border-color css
<style>
span { border-color: #544E27; }
span { border-color: rgb(84,78,39); }
td.TdClassName
{
border-color: #544E27;
}
.TagClassName
{
border-color: #544E27;
}
</style>