Shades of Bronze Olive #5E521E
Tints of Bronze Olive #5E521E
RGB
CMYK
RGB Variations
Color information
#5E521E (or 0x5E521E) is known color: Bronze Olive. HEX triplet: 5E, 52 and 1E. RGB value is (94,82,30). Sum of RGB (Red+Green+Blue) = 94+82+30=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E521E is #A1ADE1. Grayscale: #4F4F4F. Windows color (decimal): -10595810 or 1987166. OLE color: 1987166.
HSL color Cylindrical-coordinate representation of color #5E521E: hue angle of 48.75º 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 #5E521E is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 82 | 30 | - |
CMYK | 0 | 0.13 | 0.68 | 0.63 |
HSL | 48.75º | 0.52% | 0.24% | - |
HSV(B) | 48.75º | 0.68% | 0.37% | - |
XYZ | 7.87 | 8.51 | 2.46 | - |
YUV | 79.66 | 99.98 | 138.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 82 | 30 | 0 | 0.13 | 0.68 | 0.63 | 48.75 | 0.52 | 0.24 |
Hex | 5E | 52 | 1E | 0 | D | 44 | 3F | 31 | 34 | 18 |
Octal | 136 | 122 | 36 | 0 | 15 | 104 | 77 | 61 | 64 | 30 |
Binary | 1011110 | 1010010 | 11110 | 0 | 1101 | 1000100 | 111111 | 110001 | 110100 | 11000 |
Color Harmonies of #5E521E
Complementary color
Monochromatic Colors of #5E521E
Black with #5E521E
Text Example
Text Example
White with #5E521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E521E; }
p { color: rgb(94,82,30); }
H1.HeaderClassName
{
color: #5E521E;
}
.AnyTagClassName
{
color: #5E521E;
}
</style>
background-color css
<style>
a { background-color: #5E521E; }
a { background-color: rgb(94,82,30); }
div.DivClassName
{
background-color: #5E521E;
}
.BgClassName
{
background-color: #5E521E;
}
</style>
border-color css
<style>
span { border-color: #5E521E; }
span { border-color: rgb(94,82,30); }
td.TdClassName
{
border-color: #5E521E;
}
.TagClassName
{
border-color: #5E521E;
}
</style>