Shades of Bronze Olive #544C1E
Tints of Bronze Olive #544C1E
RGB
CMYK
RGB Variations
Color information
#544C1E (or 0x544C1E) is known color: Bronze Olive. HEX triplet: 54, 4C and 1E. RGB value is (84,76,30). Sum of RGB (Red+Green+Blue) = 84+76+30=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C1E is #ABB3E1. Grayscale: #494949. Windows color (decimal): -11252706 or 1985620. OLE color: 1985620.
HSL color Cylindrical-coordinate representation of color #544C1E: hue angle of 51.11º 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 #544C1E is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 76 | 30 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.67 |
| HSL | 51.11º | 0.47% | 0.22% | - |
| HSV(B) | 51.11º | 0.64% | 0.33% | - |
| XYZ | 6.47 | 7.15 | 2.27 | - |
| YUV | 73.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 30 | 0 | 0.10 | 0.64 | 0.67 | 51.11 | 0.47 | 0.22 |
| Hex | 54 | 4C | 1E | 0 | A | 40 | 43 | 33 | 2F | 16 |
| Octal | 124 | 114 | 36 | 0 | 12 | 100 | 103 | 63 | 57 | 26 |
| Binary | 1010100 | 1001100 | 11110 | 0 | 1010 | 1000000 | 1000011 | 110011 | 101111 | 10110 |
Color Harmonies of #544C1E
Complementary color
Monochromatic Colors of #544C1E
Black with #544C1E
Text Example
Text Example
White with #544C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C1E; }
p { color: rgb(84,76,30); }
H1.HeaderClassName
{
color: #544C1E;
}
.AnyTagClassName
{
color: #544C1E;
}
</style>
background-color css
<style>
a { background-color: #544C1E; }
a { background-color: rgb(84,76,30); }
div.DivClassName
{
background-color: #544C1E;
}
.BgClassName
{
background-color: #544C1E;
}
</style>
border-color css
<style>
span { border-color: #544C1E; }
span { border-color: rgb(84,76,30); }
td.TdClassName
{
border-color: #544C1E;
}
.TagClassName
{
border-color: #544C1E;
}
</style>