Shades of Bronze Olive #5E511D
Tints of Bronze Olive #5E511D
RGB
CMYK
RGB Variations
Color information
#5E511D (or 0x5E511D) is known color: Bronze Olive. HEX triplet: 5E, 51 and 1D. RGB value is (94,81,29). Sum of RGB (Red+Green+Blue) = 94+81+29=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E511D is #A1AEE2. Grayscale: #4F4F4F. Windows color (decimal): -10596067 or 1921374. OLE color: 1921374.
HSL color Cylindrical-coordinate representation of color #5E511D: hue angle of 48º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E511D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 81 | 29 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.63 |
| HSL | 48º | 0.53% | 0.24% | - |
| HSV(B) | 48º | 0.69% | 0.37% | - |
| XYZ | 7.78 | 8.35 | 2.36 | - |
| YUV | 78.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 29 | 0 | 0.14 | 0.69 | 0.63 | 48 | 0.53 | 0.24 |
| Hex | 5E | 51 | 1D | 0 | E | 45 | 3F | 30 | 35 | 18 |
| Octal | 136 | 121 | 35 | 0 | 16 | 105 | 77 | 60 | 65 | 30 |
| Binary | 1011110 | 1010001 | 11101 | 0 | 1110 | 1000101 | 111111 | 110000 | 110101 | 11000 |
Color Harmonies of #5E511D
Complementary color
Monochromatic Colors of #5E511D
Black with #5E511D
Text Example
Text Example
White with #5E511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E511D; }
p { color: rgb(94,81,29); }
H1.HeaderClassName
{
color: #5E511D;
}
.AnyTagClassName
{
color: #5E511D;
}
</style>
background-color css
<style>
a { background-color: #5E511D; }
a { background-color: rgb(94,81,29); }
div.DivClassName
{
background-color: #5E511D;
}
.BgClassName
{
background-color: #5E511D;
}
</style>
border-color css
<style>
span { border-color: #5E511D; }
span { border-color: rgb(94,81,29); }
td.TdClassName
{
border-color: #5E511D;
}
.TagClassName
{
border-color: #5E511D;
}
</style>