Shades of Bronze Olive #5E511E
Tints of Bronze Olive #5E511E
RGB
CMYK
RGB Variations
Color information
#5E511E (or 0x5E511E) is known color: Bronze Olive. HEX triplet: 5E, 51 and 1E. RGB value is (94,81,30). Sum of RGB (Red+Green+Blue) = 94+81+30=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E511E is #A1AEE1. Grayscale: #4F4F4F. Windows color (decimal): -10596066 or 1986910. OLE color: 1986910.
HSL color Cylindrical-coordinate representation of color #5E511E: hue angle of 47.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E511E is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 81 | 30 | - |
CMYK | 0 | 0.14 | 0.68 | 0.63 |
HSL | 47.81º | 0.52% | 0.24% | - |
HSV(B) | 47.81º | 0.68% | 0.37% | - |
XYZ | 7.79 | 8.36 | 2.43 | - |
YUV | 79.07 | 100.31 | 138.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 81 | 30 | 0 | 0.14 | 0.68 | 0.63 | 47.81 | 0.52 | 0.24 |
Hex | 5E | 51 | 1E | 0 | E | 44 | 3F | 30 | 34 | 18 |
Octal | 136 | 121 | 36 | 0 | 16 | 104 | 77 | 60 | 64 | 30 |
Binary | 1011110 | 1010001 | 11110 | 0 | 1110 | 1000100 | 111111 | 110000 | 110100 | 11000 |
Color Harmonies of #5E511E
Complementary color
Monochromatic Colors of #5E511E
Black with #5E511E
Text Example
Text Example
White with #5E511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E511E; }
p { color: rgb(94,81,30); }
H1.HeaderClassName
{
color: #5E511E;
}
.AnyTagClassName
{
color: #5E511E;
}
</style>
background-color css
<style>
a { background-color: #5E511E; }
a { background-color: rgb(94,81,30); }
div.DivClassName
{
background-color: #5E511E;
}
.BgClassName
{
background-color: #5E511E;
}
</style>
border-color css
<style>
span { border-color: #5E511E; }
span { border-color: rgb(94,81,30); }
td.TdClassName
{
border-color: #5E511E;
}
.TagClassName
{
border-color: #5E511E;
}
</style>