Shades of Bronze Olive #544D1F
Tints of Bronze Olive #544D1F
RGB
CMYK
RGB Variations
Color information
#544D1F (or 0x544D1F) is known color: Bronze Olive. HEX triplet: 54, 4D and 1F. RGB value is (84,77,31). Sum of RGB (Red+Green+Blue) = 84+77+31=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D1F is #ABB2E0. Grayscale: #4A4A4A. Windows color (decimal): -11252449 or 2051412. OLE color: 2051412.
HSL color Cylindrical-coordinate representation of color #544D1F: hue angle of 52.08º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #544D1F is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 31 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.67 |
| HSL | 52.08º | 0.46% | 0.23% | - |
| HSV(B) | 52.08º | 0.63% | 0.33% | - |
| XYZ | 6.56 | 7.29 | 2.36 | - |
| YUV | 73.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 31 | 0 | 0.08 | 0.63 | 0.67 | 52.08 | 0.46 | 0.23 |
| Hex | 54 | 4D | 1F | 0 | 8 | 3F | 43 | 34 | 2E | 17 |
| Octal | 124 | 115 | 37 | 0 | 10 | 77 | 103 | 64 | 56 | 27 |
| Binary | 1010100 | 1001101 | 11111 | 0 | 1000 | 111111 | 1000011 | 110100 | 101110 | 10111 |
Color Harmonies of #544D1F
Complementary color
Monochromatic Colors of #544D1F
Black with #544D1F
Text Example
Text Example
White with #544D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D1F; }
p { color: rgb(84,77,31); }
H1.HeaderClassName
{
color: #544D1F;
}
.AnyTagClassName
{
color: #544D1F;
}
</style>
background-color css
<style>
a { background-color: #544D1F; }
a { background-color: rgb(84,77,31); }
div.DivClassName
{
background-color: #544D1F;
}
.BgClassName
{
background-color: #544D1F;
}
</style>
border-color css
<style>
span { border-color: #544D1F; }
span { border-color: rgb(84,77,31); }
td.TdClassName
{
border-color: #544D1F;
}
.TagClassName
{
border-color: #544D1F;
}
</style>