Shades of Bronze Olive #544F11
Tints of Bronze Olive #544F11
RGB
CMYK
RGB Variations
Color information
#544F11 (or 0x544F11) is known color: Bronze Olive. HEX triplet: 54, 4F and 11. RGB value is (84,79,17). Sum of RGB (Red+Green+Blue) = 84+79+17=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #544F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F11 is #ABB0EE. Grayscale: #494949. Windows color (decimal): -11251951 or 1134420. OLE color: 1134420.
HSL color Cylindrical-coordinate representation of color #544F11: hue angle of 55.52º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #544F11 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 17 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.67 |
| HSL | 55.52º | 0.66% | 0.2% | - |
| HSV(B) | 55.52º | 0.8% | 0.33% | - |
| XYZ | 6.55 | 7.52 | 1.64 | - |
| YUV | 73.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 17 | 0 | 0.06 | 0.80 | 0.67 | 55.52 | 0.66 | 0.2 |
| Hex | 54 | 4F | 11 | 0 | 6 | 50 | 43 | 38 | 42 | 14 |
| Octal | 124 | 117 | 21 | 0 | 6 | 120 | 103 | 70 | 102 | 24 |
| Binary | 1010100 | 1001111 | 10001 | 0 | 110 | 1010000 | 1000011 | 111000 | 1000010 | 10100 |
Color Harmonies of #544F11
Complementary color
Monochromatic Colors of #544F11
Black with #544F11
Text Example
Text Example
White with #544F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F11; }
p { color: rgb(84,79,17); }
H1.HeaderClassName
{
color: #544F11;
}
.AnyTagClassName
{
color: #544F11;
}
</style>
background-color css
<style>
a { background-color: #544F11; }
a { background-color: rgb(84,79,17); }
div.DivClassName
{
background-color: #544F11;
}
.BgClassName
{
background-color: #544F11;
}
</style>
border-color css
<style>
span { border-color: #544F11; }
span { border-color: rgb(84,79,17); }
td.TdClassName
{
border-color: #544F11;
}
.TagClassName
{
border-color: #544F11;
}
</style>