Shades of Bronze Olive #5D540E
Tints of Bronze Olive #5D540E
RGB
CMYK
RGB Variations
Color information
#5D540E (or 0x5D540E) is known color: Bronze Olive. HEX triplet: 5D, 54 and 0E. RGB value is (93,84,14). Sum of RGB (Red+Green+Blue) = 93+84+14=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D540E is #A2ABF1. Grayscale: #4F4F4F. Windows color (decimal): -10660850 or 939101. OLE color: 939101.
HSL color Cylindrical-coordinate representation of color #5D540E: hue angle of 53.16º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D540E is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 84 | 14 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.64 |
| HSL | 53.16º | 0.74% | 0.21% | - |
| HSV(B) | 53.16º | 0.85% | 0.36% | - |
| XYZ | 7.76 | 8.7 | 1.69 | - |
| YUV | 78.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 14 | 0 | 0.10 | 0.85 | 0.64 | 53.16 | 0.74 | 0.21 |
| Hex | 5D | 54 | E | 0 | A | 55 | 40 | 35 | 4A | 15 |
| Octal | 135 | 124 | 16 | 0 | 12 | 125 | 100 | 65 | 112 | 25 |
| Binary | 1011101 | 1010100 | 1110 | 0 | 1010 | 1010101 | 1000000 | 110101 | 1001010 | 10101 |
Color Harmonies of #5D540E
Complementary color
Monochromatic Colors of #5D540E
Black with #5D540E
Text Example
Text Example
White with #5D540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D540E; }
p { color: rgb(93,84,14); }
H1.HeaderClassName
{
color: #5D540E;
}
.AnyTagClassName
{
color: #5D540E;
}
</style>
background-color css
<style>
a { background-color: #5D540E; }
a { background-color: rgb(93,84,14); }
div.DivClassName
{
background-color: #5D540E;
}
.BgClassName
{
background-color: #5D540E;
}
</style>
border-color css
<style>
span { border-color: #5D540E; }
span { border-color: rgb(93,84,14); }
td.TdClassName
{
border-color: #5D540E;
}
.TagClassName
{
border-color: #5D540E;
}
</style>