Shades of Bronze Olive #544E1E
Tints of Bronze Olive #544E1E
RGB
CMYK
RGB Variations
Color information
#544E1E (or 0x544E1E) is known color: Bronze Olive. HEX triplet: 54, 4E and 1E. RGB value is (84,78,30). Sum of RGB (Red+Green+Blue) = 84+78+30=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E1E is #ABB1E1. Grayscale: #4A4A4A. Windows color (decimal): -11252194 or 1986132. OLE color: 1986132.
HSL color Cylindrical-coordinate representation of color #544E1E: hue angle of 53.33º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #544E1E is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 30 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.67 |
| HSL | 53.33º | 0.47% | 0.22% | - |
| HSV(B) | 53.33º | 0.64% | 0.33% | - |
| XYZ | 6.61 | 7.43 | 2.31 | - |
| YUV | 74.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 30 | 0 | 0.07 | 0.64 | 0.67 | 53.33 | 0.47 | 0.22 |
| Hex | 54 | 4E | 1E | 0 | 7 | 40 | 43 | 35 | 2F | 16 |
| Octal | 124 | 116 | 36 | 0 | 7 | 100 | 103 | 65 | 57 | 26 |
| Binary | 1010100 | 1001110 | 11110 | 0 | 111 | 1000000 | 1000011 | 110101 | 101111 | 10110 |
Color Harmonies of #544E1E
Complementary color
Monochromatic Colors of #544E1E
Black with #544E1E
Text Example
Text Example
White with #544E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E1E; }
p { color: rgb(84,78,30); }
H1.HeaderClassName
{
color: #544E1E;
}
.AnyTagClassName
{
color: #544E1E;
}
</style>
background-color css
<style>
a { background-color: #544E1E; }
a { background-color: rgb(84,78,30); }
div.DivClassName
{
background-color: #544E1E;
}
.BgClassName
{
background-color: #544E1E;
}
</style>
border-color css
<style>
span { border-color: #544E1E; }
span { border-color: rgb(84,78,30); }
td.TdClassName
{
border-color: #544E1E;
}
.TagClassName
{
border-color: #544E1E;
}
</style>