Shades of Bronze Olive #544D26
Tints of Bronze Olive #544D26
RGB
CMYK
RGB Variations
Color information
#544D26 (or 0x544D26) is known color: Bronze Olive. HEX triplet: 54, 4D and 26. RGB value is (84,77,38). Sum of RGB (Red+Green+Blue) = 84+77+38=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #544D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D26 is #ABB2D9. Grayscale: #4A4A4A. Windows color (decimal): -11252442 or 2510164. OLE color: 2510164.
HSL color Cylindrical-coordinate representation of color #544D26: hue angle of 50.87º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #544D26 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 38 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.67 |
| HSL | 50.87º | 0.38% | 0.24% | - |
| HSV(B) | 50.87º | 0.55% | 0.33% | - |
| XYZ | 6.66 | 7.33 | 2.9 | - |
| YUV | 74.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 38 | 0 | 0.08 | 0.55 | 0.67 | 50.87 | 0.38 | 0.24 |
| Hex | 54 | 4D | 26 | 0 | 8 | 37 | 43 | 33 | 26 | 18 |
| Octal | 124 | 115 | 46 | 0 | 10 | 67 | 103 | 63 | 46 | 30 |
| Binary | 1010100 | 1001101 | 100110 | 0 | 1000 | 110111 | 1000011 | 110011 | 100110 | 11000 |
Color Harmonies of #544D26
Complementary color
Monochromatic Colors of #544D26
Black with #544D26
Text Example
Text Example
White with #544D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D26; }
p { color: rgb(84,77,38); }
H1.HeaderClassName
{
color: #544D26;
}
.AnyTagClassName
{
color: #544D26;
}
</style>
background-color css
<style>
a { background-color: #544D26; }
a { background-color: rgb(84,77,38); }
div.DivClassName
{
background-color: #544D26;
}
.BgClassName
{
background-color: #544D26;
}
</style>
border-color css
<style>
span { border-color: #544D26; }
span { border-color: rgb(84,77,38); }
td.TdClassName
{
border-color: #544D26;
}
.TagClassName
{
border-color: #544D26;
}
</style>