Shades of Bronze Olive #544E0D
Tints of Bronze Olive #544E0D
RGB
CMYK
RGB Variations
Color information
#544E0D (or 0x544E0D) is known color: Bronze Olive. HEX triplet: 54, 4E and 0D. RGB value is (84,78,13). Sum of RGB (Red+Green+Blue) = 84+78+13=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #544E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E0D is #ABB1F2. Grayscale: #484848. Windows color (decimal): -11252211 or 872020. OLE color: 872020.
HSL color Cylindrical-coordinate representation of color #544E0D: hue angle of 54.93º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #544E0D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 13 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.67 |
| HSL | 54.93º | 0.73% | 0.19% | - |
| HSV(B) | 54.93º | 0.85% | 0.33% | - |
| XYZ | 6.45 | 7.36 | 1.46 | - |
| YUV | 72.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 13 | 0 | 0.07 | 0.85 | 0.67 | 54.93 | 0.73 | 0.19 |
| Hex | 54 | 4E | D | 0 | 7 | 55 | 43 | 37 | 49 | 13 |
| Octal | 124 | 116 | 15 | 0 | 7 | 125 | 103 | 67 | 111 | 23 |
| Binary | 1010100 | 1001110 | 1101 | 0 | 111 | 1010101 | 1000011 | 110111 | 1001001 | 10011 |
Color Harmonies of #544E0D
Complementary color
Monochromatic Colors of #544E0D
Black with #544E0D
Text Example
Text Example
White with #544E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E0D; }
p { color: rgb(84,78,13); }
H1.HeaderClassName
{
color: #544E0D;
}
.AnyTagClassName
{
color: #544E0D;
}
</style>
background-color css
<style>
a { background-color: #544E0D; }
a { background-color: rgb(84,78,13); }
div.DivClassName
{
background-color: #544E0D;
}
.BgClassName
{
background-color: #544E0D;
}
</style>
border-color css
<style>
span { border-color: #544E0D; }
span { border-color: rgb(84,78,13); }
td.TdClassName
{
border-color: #544E0D;
}
.TagClassName
{
border-color: #544E0D;
}
</style>