Shades of Bronze Olive #544314
Tints of Bronze Olive #544314
RGB
CMYK
RGB Variations
Color information
#544314 (or 0x544314) is known color: Bronze Olive. HEX triplet: 54, 43 and 14. RGB value is (84,67,20). Sum of RGB (Red+Green+Blue) = 84+67+20=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #544314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544314 is #ABBCEB. Grayscale: #424242. Windows color (decimal): -11255020 or 1327956. OLE color: 1327956.
HSL color Cylindrical-coordinate representation of color #544314: hue angle of 44.06º 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 #544314 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 67 | 20 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.67 |
| HSL | 44.06º | 0.62% | 0.2% | - |
| HSV(B) | 44.06º | 0.76% | 0.33% | - |
| XYZ | 5.79 | 5.95 | 1.51 | - |
| YUV | 66.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 20 | 0 | 0.20 | 0.76 | 0.67 | 44.06 | 0.62 | 0.2 |
| Hex | 54 | 43 | 14 | 0 | 14 | 4C | 43 | 2C | 3E | 14 |
| Octal | 124 | 103 | 24 | 0 | 24 | 114 | 103 | 54 | 76 | 24 |
| Binary | 1010100 | 1000011 | 10100 | 0 | 10100 | 1001100 | 1000011 | 101100 | 111110 | 10100 |
Color Harmonies of #544314
Complementary color
Monochromatic Colors of #544314
Black with #544314
Text Example
Text Example
White with #544314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544314; }
p { color: rgb(84,67,20); }
H1.HeaderClassName
{
color: #544314;
}
.AnyTagClassName
{
color: #544314;
}
</style>
background-color css
<style>
a { background-color: #544314; }
a { background-color: rgb(84,67,20); }
div.DivClassName
{
background-color: #544314;
}
.BgClassName
{
background-color: #544314;
}
</style>
border-color css
<style>
span { border-color: #544314; }
span { border-color: rgb(84,67,20); }
td.TdClassName
{
border-color: #544314;
}
.TagClassName
{
border-color: #544314;
}
</style>