Shades of Bronze Olive #544F20
Tints of Bronze Olive #544F20
RGB
CMYK
RGB Variations
Color information
#544F20 (or 0x544F20) is known color: Bronze Olive. HEX triplet: 54, 4F and 20. RGB value is (84,79,32). Sum of RGB (Red+Green+Blue) = 84+79+32=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #544F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F20 is #ABB0DF. Grayscale: #4B4B4B. Windows color (decimal): -11251936 or 2117460. OLE color: 2117460.
HSL color Cylindrical-coordinate representation of color #544F20: hue angle of 54.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544F20 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 32 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.67 |
| HSL | 54.23º | 0.45% | 0.23% | - |
| HSV(B) | 54.23º | 0.62% | 0.33% | - |
| XYZ | 6.71 | 7.58 | 2.48 | - |
| YUV | 75.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 32 | 0 | 0.06 | 0.62 | 0.67 | 54.23 | 0.45 | 0.23 |
| Hex | 54 | 4F | 20 | 0 | 6 | 3E | 43 | 36 | 2D | 17 |
| Octal | 124 | 117 | 40 | 0 | 6 | 76 | 103 | 66 | 55 | 27 |
| Binary | 1010100 | 1001111 | 100000 | 0 | 110 | 111110 | 1000011 | 110110 | 101101 | 10111 |
Color Harmonies of #544F20
Complementary color
Monochromatic Colors of #544F20
Black with #544F20
Text Example
Text Example
White with #544F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F20; }
p { color: rgb(84,79,32); }
H1.HeaderClassName
{
color: #544F20;
}
.AnyTagClassName
{
color: #544F20;
}
</style>
background-color css
<style>
a { background-color: #544F20; }
a { background-color: rgb(84,79,32); }
div.DivClassName
{
background-color: #544F20;
}
.BgClassName
{
background-color: #544F20;
}
</style>
border-color css
<style>
span { border-color: #544F20; }
span { border-color: rgb(84,79,32); }
td.TdClassName
{
border-color: #544F20;
}
.TagClassName
{
border-color: #544F20;
}
</style>