Shades of Bronze Olive #5E5324
Tints of Bronze Olive #5E5324
RGB
CMYK
RGB Variations
Color information
#5E5324 (or 0x5E5324) is known color: Bronze Olive. HEX triplet: 5E, 53 and 24. RGB value is (94,83,36). Sum of RGB (Red+Green+Blue) = 94+83+36=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5324 is #A1ACDB. Grayscale: #515151. Windows color (decimal): -10595548 or 2380638. OLE color: 2380638.
HSL color Cylindrical-coordinate representation of color #5E5324: hue angle of 48.62º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E5324 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 83 | 36 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.63 |
| HSL | 48.62º | 0.45% | 0.25% | - |
| HSV(B) | 48.62º | 0.62% | 0.37% | - |
| XYZ | 8.03 | 8.69 | 2.92 | - |
| YUV | 80.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 36 | 0 | 0.12 | 0.62 | 0.63 | 48.62 | 0.45 | 0.25 |
| Hex | 5E | 53 | 24 | 0 | C | 3E | 3F | 31 | 2D | 19 |
| Octal | 136 | 123 | 44 | 0 | 14 | 76 | 77 | 61 | 55 | 31 |
| Binary | 1011110 | 1010011 | 100100 | 0 | 1100 | 111110 | 111111 | 110001 | 101101 | 11001 |
Color Harmonies of #5E5324
Complementary color
Monochromatic Colors of #5E5324
Black with #5E5324
Text Example
Text Example
White with #5E5324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5324; }
p { color: rgb(94,83,36); }
H1.HeaderClassName
{
color: #5E5324;
}
.AnyTagClassName
{
color: #5E5324;
}
</style>
background-color css
<style>
a { background-color: #5E5324; }
a { background-color: rgb(94,83,36); }
div.DivClassName
{
background-color: #5E5324;
}
.BgClassName
{
background-color: #5E5324;
}
</style>
border-color css
<style>
span { border-color: #5E5324; }
span { border-color: rgb(94,83,36); }
td.TdClassName
{
border-color: #5E5324;
}
.TagClassName
{
border-color: #5E5324;
}
</style>