Shades of Bronze Olive #5E5423
Tints of Bronze Olive #5E5423
RGB
CMYK
RGB Variations
Color information
#5E5423 (or 0x5E5423) is known color: Bronze Olive. HEX triplet: 5E, 54 and 23. RGB value is (94,84,35). Sum of RGB (Red+Green+Blue) = 94+84+35=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5423 is #A1ABDC. Grayscale: #515151. Windows color (decimal): -10595293 or 2315358. OLE color: 2315358.
HSL color Cylindrical-coordinate representation of color #5E5423: hue angle of 49.83º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E5423 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 84 | 35 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.63 |
| HSL | 49.83º | 0.46% | 0.25% | - |
| HSV(B) | 49.83º | 0.63% | 0.37% | - |
| XYZ | 8.09 | 8.84 | 2.87 | - |
| YUV | 81.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 84 | 35 | 0 | 0.11 | 0.63 | 0.63 | 49.83 | 0.46 | 0.25 |
| Hex | 5E | 54 | 23 | 0 | B | 3F | 3F | 32 | 2E | 19 |
| Octal | 136 | 124 | 43 | 0 | 13 | 77 | 77 | 62 | 56 | 31 |
| Binary | 1011110 | 1010100 | 100011 | 0 | 1011 | 111111 | 111111 | 110010 | 101110 | 11001 |
Color Harmonies of #5E5423
Complementary color
Monochromatic Colors of #5E5423
Black with #5E5423
Text Example
Text Example
White with #5E5423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5423; }
p { color: rgb(94,84,35); }
H1.HeaderClassName
{
color: #5E5423;
}
.AnyTagClassName
{
color: #5E5423;
}
</style>
background-color css
<style>
a { background-color: #5E5423; }
a { background-color: rgb(94,84,35); }
div.DivClassName
{
background-color: #5E5423;
}
.BgClassName
{
background-color: #5E5423;
}
</style>
border-color css
<style>
span { border-color: #5E5423; }
span { border-color: rgb(94,84,35); }
td.TdClassName
{
border-color: #5E5423;
}
.TagClassName
{
border-color: #5E5423;
}
</style>