Shades of Bronze Olive #594A1E
Tints of Bronze Olive #594A1E
RGB
CMYK
RGB Variations
Color information
#594A1E (or 0x594A1E) is known color: Bronze Olive. HEX triplet: 59, 4A and 1E. RGB value is (89,74,30). Sum of RGB (Red+Green+Blue) = 89+74+30=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #594A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A1E is #A6B5E1. Grayscale: #494949. Windows color (decimal): -10925538 or 1985113. OLE color: 1985113.
HSL color Cylindrical-coordinate representation of color #594A1E: hue angle of 44.75º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594A1E is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 30 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.65 |
| HSL | 44.75º | 0.5% | 0.23% | - |
| HSV(B) | 44.75º | 0.66% | 0.35% | - |
| XYZ | 6.8 | 7.12 | 2.24 | - |
| YUV | 73.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 30 | 0 | 0.17 | 0.66 | 0.65 | 44.75 | 0.5 | 0.23 |
| Hex | 59 | 4A | 1E | 0 | 11 | 42 | 41 | 2D | 32 | 17 |
| Octal | 131 | 112 | 36 | 0 | 21 | 102 | 101 | 55 | 62 | 27 |
| Binary | 1011001 | 1001010 | 11110 | 0 | 10001 | 1000010 | 1000001 | 101101 | 110010 | 10111 |
Color Harmonies of #594A1E
Complementary color
Monochromatic Colors of #594A1E
Black with #594A1E
Text Example
Text Example
White with #594A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A1E; }
p { color: rgb(89,74,30); }
H1.HeaderClassName
{
color: #594A1E;
}
.AnyTagClassName
{
color: #594A1E;
}
</style>
background-color css
<style>
a { background-color: #594A1E; }
a { background-color: rgb(89,74,30); }
div.DivClassName
{
background-color: #594A1E;
}
.BgClassName
{
background-color: #594A1E;
}
</style>
border-color css
<style>
span { border-color: #594A1E; }
span { border-color: rgb(89,74,30); }
td.TdClassName
{
border-color: #594A1E;
}
.TagClassName
{
border-color: #594A1E;
}
</style>