Shades of Bronze Olive #594D25
Tints of Bronze Olive #594D25
RGB
CMYK
RGB Variations
Color information
#594D25 (or 0x594D25) is known color: Bronze Olive. HEX triplet: 59, 4D and 25. RGB value is (89,77,37). Sum of RGB (Red+Green+Blue) = 89+77+37=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #594D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D25 is #A6B2DA. Grayscale: #4C4C4C. Windows color (decimal): -10924763 or 2444633. OLE color: 2444633.
HSL color Cylindrical-coordinate representation of color #594D25: hue angle of 46.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #594D25 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 37 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.65 |
| HSL | 46.15º | 0.41% | 0.25% | - |
| HSV(B) | 46.15º | 0.58% | 0.35% | - |
| XYZ | 7.11 | 7.57 | 2.84 | - |
| YUV | 76.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 37 | 0 | 0.13 | 0.58 | 0.65 | 46.15 | 0.41 | 0.25 |
| Hex | 59 | 4D | 25 | 0 | D | 3A | 41 | 2E | 29 | 19 |
| Octal | 131 | 115 | 45 | 0 | 15 | 72 | 101 | 56 | 51 | 31 |
| Binary | 1011001 | 1001101 | 100101 | 0 | 1101 | 111010 | 1000001 | 101110 | 101001 | 11001 |
Color Harmonies of #594D25
Complementary color
Monochromatic Colors of #594D25
Black with #594D25
Text Example
Text Example
White with #594D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D25; }
p { color: rgb(89,77,37); }
H1.HeaderClassName
{
color: #594D25;
}
.AnyTagClassName
{
color: #594D25;
}
</style>
background-color css
<style>
a { background-color: #594D25; }
a { background-color: rgb(89,77,37); }
div.DivClassName
{
background-color: #594D25;
}
.BgClassName
{
background-color: #594D25;
}
</style>
border-color css
<style>
span { border-color: #594D25; }
span { border-color: rgb(89,77,37); }
td.TdClassName
{
border-color: #594D25;
}
.TagClassName
{
border-color: #594D25;
}
</style>