Shades of Bronze Olive #594D22
Tints of Bronze Olive #594D22
RGB
CMYK
RGB Variations
Color information
#594D22 (or 0x594D22) is known color: Bronze Olive. HEX triplet: 59, 4D and 22. RGB value is (89,77,34). Sum of RGB (Red+Green+Blue) = 89+77+34=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #594D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D22 is #A6B2DD. Grayscale: #4B4B4B. Windows color (decimal): -10924766 or 2248025. OLE color: 2248025.
HSL color Cylindrical-coordinate representation of color #594D22: hue angle of 46.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594D22 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 34 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.65 |
| HSL | 46.91º | 0.45% | 0.24% | - |
| HSV(B) | 46.91º | 0.62% | 0.35% | - |
| XYZ | 7.06 | 7.55 | 2.6 | - |
| YUV | 75.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 34 | 0 | 0.13 | 0.62 | 0.65 | 46.91 | 0.45 | 0.24 |
| Hex | 59 | 4D | 22 | 0 | D | 3E | 41 | 2F | 2D | 18 |
| Octal | 131 | 115 | 42 | 0 | 15 | 76 | 101 | 57 | 55 | 30 |
| Binary | 1011001 | 1001101 | 100010 | 0 | 1101 | 111110 | 1000001 | 101111 | 101101 | 11000 |
Color Harmonies of #594D22
Complementary color
Monochromatic Colors of #594D22
Black with #594D22
Text Example
Text Example
White with #594D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D22; }
p { color: rgb(89,77,34); }
H1.HeaderClassName
{
color: #594D22;
}
.AnyTagClassName
{
color: #594D22;
}
</style>
background-color css
<style>
a { background-color: #594D22; }
a { background-color: rgb(89,77,34); }
div.DivClassName
{
background-color: #594D22;
}
.BgClassName
{
background-color: #594D22;
}
</style>
border-color css
<style>
span { border-color: #594D22; }
span { border-color: rgb(89,77,34); }
td.TdClassName
{
border-color: #594D22;
}
.TagClassName
{
border-color: #594D22;
}
</style>