Shades of Bronze Olive #5E5108
Tints of Bronze Olive #5E5108
RGB
CMYK
RGB Variations
Color information
#5E5108 (or 0x5E5108) is known color: Bronze Olive. HEX triplet: 5E, 51 and 08. RGB value is (94,81,8). Sum of RGB (Red+Green+Blue) = 94+81+8=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5108 is #A1AEF7. Grayscale: #4C4C4C. Windows color (decimal): -10596088 or 545118. OLE color: 545118.
HSL color Cylindrical-coordinate representation of color #5E5108: hue angle of 50.93º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E5108 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 81 | 8 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.63 |
| HSL | 50.93º | 0.84% | 0.2% | - |
| HSV(B) | 50.93º | 0.91% | 0.37% | - |
| XYZ | 7.6 | 8.28 | 1.43 | - |
| YUV | 76.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 8 | 0 | 0.14 | 0.91 | 0.63 | 50.93 | 0.84 | 0.2 |
| Hex | 5E | 51 | 8 | 0 | E | 5B | 3F | 33 | 54 | 14 |
| Octal | 136 | 121 | 10 | 0 | 16 | 133 | 77 | 63 | 124 | 24 |
| Binary | 1011110 | 1010001 | 1000 | 0 | 1110 | 1011011 | 111111 | 110011 | 1010100 | 10100 |
Color Harmonies of #5E5108
Complementary color
Monochromatic Colors of #5E5108
Black with #5E5108
Text Example
Text Example
White with #5E5108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5108; }
p { color: rgb(94,81,8); }
H1.HeaderClassName
{
color: #5E5108;
}
.AnyTagClassName
{
color: #5E5108;
}
</style>
background-color css
<style>
a { background-color: #5E5108; }
a { background-color: rgb(94,81,8); }
div.DivClassName
{
background-color: #5E5108;
}
.BgClassName
{
background-color: #5E5108;
}
</style>
border-color css
<style>
span { border-color: #5E5108; }
span { border-color: rgb(94,81,8); }
td.TdClassName
{
border-color: #5E5108;
}
.TagClassName
{
border-color: #5E5108;
}
</style>