Shades of Bronze Olive #544C09
Tints of Bronze Olive #544C09
RGB
CMYK
RGB Variations
Color information
#544C09 (or 0x544C09) is known color: Bronze Olive. HEX triplet: 54, 4C and 09. RGB value is (84,76,9). Sum of RGB (Red+Green+Blue) = 84+76+9=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #544C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C09 is #ABB3F6. Grayscale: #474747. Windows color (decimal): -11252727 or 609364. OLE color: 609364.
HSL color Cylindrical-coordinate representation of color #544C09: hue angle of 53.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #544C09 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 76 | 9 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.67 |
| HSL | 53.6º | 0.81% | 0.18% | - |
| HSV(B) | 53.6º | 0.89% | 0.33% | - |
| XYZ | 6.29 | 7.07 | 1.29 | - |
| YUV | 70.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 9 | 0 | 0.10 | 0.89 | 0.67 | 53.6 | 0.81 | 0.18 |
| Hex | 54 | 4C | 9 | 0 | A | 59 | 43 | 36 | 51 | 12 |
| Octal | 124 | 114 | 11 | 0 | 12 | 131 | 103 | 66 | 121 | 22 |
| Binary | 1010100 | 1001100 | 1001 | 0 | 1010 | 1011001 | 1000011 | 110110 | 1010001 | 10010 |
Color Harmonies of #544C09
Complementary color
Monochromatic Colors of #544C09
Black with #544C09
Text Example
Text Example
White with #544C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C09; }
p { color: rgb(84,76,9); }
H1.HeaderClassName
{
color: #544C09;
}
.AnyTagClassName
{
color: #544C09;
}
</style>
background-color css
<style>
a { background-color: #544C09; }
a { background-color: rgb(84,76,9); }
div.DivClassName
{
background-color: #544C09;
}
.BgClassName
{
background-color: #544C09;
}
</style>
border-color css
<style>
span { border-color: #544C09; }
span { border-color: rgb(84,76,9); }
td.TdClassName
{
border-color: #544C09;
}
.TagClassName
{
border-color: #544C09;
}
</style>