Shades of Bronze Olive #594D2A
Tints of Bronze Olive #594D2A
RGB
CMYK
RGB Variations
Color information
#594D2A (or 0x594D2A) is known color: Bronze Olive. HEX triplet: 59, 4D and 2A. RGB value is (89,77,42). Sum of RGB (Red+Green+Blue) = 89+77+42=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #594D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D2A is #A6B2D5. Grayscale: #4C4C4C. Windows color (decimal): -10924758 or 2772313. OLE color: 2772313.
HSL color Cylindrical-coordinate representation of color #594D2A: hue angle of 44.68º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #594D2A is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 42 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.65 |
| HSL | 44.68º | 0.36% | 0.26% | - |
| HSV(B) | 44.68º | 0.53% | 0.35% | - |
| XYZ | 7.19 | 7.6 | 3.28 | - |
| YUV | 76.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 42 | 0 | 0.13 | 0.53 | 0.65 | 44.68 | 0.36 | 0.26 |
| Hex | 59 | 4D | 2A | 0 | D | 35 | 41 | 2D | 24 | 1A |
| Octal | 131 | 115 | 52 | 0 | 15 | 65 | 101 | 55 | 44 | 32 |
| Binary | 1011001 | 1001101 | 101010 | 0 | 1101 | 110101 | 1000001 | 101101 | 100100 | 11010 |
Color Harmonies of #594D2A
Complementary color
Monochromatic Colors of #594D2A
Black with #594D2A
Text Example
Text Example
White with #594D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D2A; }
p { color: rgb(89,77,42); }
H1.HeaderClassName
{
color: #594D2A;
}
.AnyTagClassName
{
color: #594D2A;
}
</style>
background-color css
<style>
a { background-color: #594D2A; }
a { background-color: rgb(89,77,42); }
div.DivClassName
{
background-color: #594D2A;
}
.BgClassName
{
background-color: #594D2A;
}
</style>
border-color css
<style>
span { border-color: #594D2A; }
span { border-color: rgb(89,77,42); }
td.TdClassName
{
border-color: #594D2A;
}
.TagClassName
{
border-color: #594D2A;
}
</style>