Shades of Bronze Olive #544414
Tints of Bronze Olive #544414
RGB
CMYK
RGB Variations
Color information
#544414 (or 0x544414) is known color: Bronze Olive. HEX triplet: 54, 44 and 14. RGB value is (84,68,20). Sum of RGB (Red+Green+Blue) = 84+68+20=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #544414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544414 is #ABBBEB. Grayscale: #434343. Windows color (decimal): -11254764 or 1328212. OLE color: 1328212.
HSL color Cylindrical-coordinate representation of color #544414: hue angle of 45º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #544414 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 20 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.67 |
| HSL | 45º | 0.62% | 0.2% | - |
| HSV(B) | 45º | 0.76% | 0.33% | - |
| XYZ | 5.85 | 6.07 | 1.53 | - |
| YUV | 67.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 20 | 0 | 0.19 | 0.76 | 0.67 | 45 | 0.62 | 0.2 |
| Hex | 54 | 44 | 14 | 0 | 13 | 4C | 43 | 2D | 3E | 14 |
| Octal | 124 | 104 | 24 | 0 | 23 | 114 | 103 | 55 | 76 | 24 |
| Binary | 1010100 | 1000100 | 10100 | 0 | 10011 | 1001100 | 1000011 | 101101 | 111110 | 10100 |
Color Harmonies of #544414
Complementary color
Monochromatic Colors of #544414
Black with #544414
Text Example
Text Example
White with #544414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544414; }
p { color: rgb(84,68,20); }
H1.HeaderClassName
{
color: #544414;
}
.AnyTagClassName
{
color: #544414;
}
</style>
background-color css
<style>
a { background-color: #544414; }
a { background-color: rgb(84,68,20); }
div.DivClassName
{
background-color: #544414;
}
.BgClassName
{
background-color: #544414;
}
</style>
border-color css
<style>
span { border-color: #544414; }
span { border-color: rgb(84,68,20); }
td.TdClassName
{
border-color: #544414;
}
.TagClassName
{
border-color: #544414;
}
</style>