Shades of Bronze Olive #544F13
Tints of Bronze Olive #544F13
RGB
CMYK
RGB Variations
Color information
#544F13 (or 0x544F13) is known color: Bronze Olive. HEX triplet: 54, 4F and 13. RGB value is (84,79,19). Sum of RGB (Red+Green+Blue) = 84+79+19=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #544F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F13 is #ABB0EC. Grayscale: #494949. Windows color (decimal): -11251949 or 1265492. OLE color: 1265492.
HSL color Cylindrical-coordinate representation of color #544F13: hue angle of 55.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #544F13 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 19 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.67 |
| HSL | 55.38º | 0.63% | 0.2% | - |
| HSV(B) | 55.38º | 0.77% | 0.33% | - |
| XYZ | 6.57 | 7.52 | 1.72 | - |
| YUV | 73.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 19 | 0 | 0.06 | 0.77 | 0.67 | 55.38 | 0.63 | 0.2 |
| Hex | 54 | 4F | 13 | 0 | 6 | 4D | 43 | 37 | 3F | 14 |
| Octal | 124 | 117 | 23 | 0 | 6 | 115 | 103 | 67 | 77 | 24 |
| Binary | 1010100 | 1001111 | 10011 | 0 | 110 | 1001101 | 1000011 | 110111 | 111111 | 10100 |
Color Harmonies of #544F13
Complementary color
Monochromatic Colors of #544F13
Black with #544F13
Text Example
Text Example
White with #544F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F13; }
p { color: rgb(84,79,19); }
H1.HeaderClassName
{
color: #544F13;
}
.AnyTagClassName
{
color: #544F13;
}
</style>
background-color css
<style>
a { background-color: #544F13; }
a { background-color: rgb(84,79,19); }
div.DivClassName
{
background-color: #544F13;
}
.BgClassName
{
background-color: #544F13;
}
</style>
border-color css
<style>
span { border-color: #544F13; }
span { border-color: rgb(84,79,19); }
td.TdClassName
{
border-color: #544F13;
}
.TagClassName
{
border-color: #544F13;
}
</style>