Shades of Bronze Olive #594A2A
Tints of Bronze Olive #594A2A
RGB
CMYK
RGB Variations
Color information
#594A2A (or 0x594A2A) is known color: Bronze Olive. HEX triplet: 59, 4A and 2A. RGB value is (89,74,42). Sum of RGB (Red+Green+Blue) = 89+74+42=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #594A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A2A is #A6B5D5. Grayscale: #4A4A4A. Windows color (decimal): -10925526 or 2771545. OLE color: 2771545.
HSL color Cylindrical-coordinate representation of color #594A2A: hue angle of 40.85º 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 #594A2A is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 42 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.65 |
| HSL | 40.85º | 0.36% | 0.26% | - |
| HSV(B) | 40.85º | 0.53% | 0.35% | - |
| XYZ | 6.99 | 7.19 | 3.21 | - |
| YUV | 74.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 42 | 0 | 0.17 | 0.53 | 0.65 | 40.85 | 0.36 | 0.26 |
| Hex | 59 | 4A | 2A | 0 | 11 | 35 | 41 | 29 | 24 | 1A |
| Octal | 131 | 112 | 52 | 0 | 21 | 65 | 101 | 51 | 44 | 32 |
| Binary | 1011001 | 1001010 | 101010 | 0 | 10001 | 110101 | 1000001 | 101001 | 100100 | 11010 |
Color Harmonies of #594A2A
Complementary color
Monochromatic Colors of #594A2A
Black with #594A2A
Text Example
Text Example
White with #594A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A2A; }
p { color: rgb(89,74,42); }
H1.HeaderClassName
{
color: #594A2A;
}
.AnyTagClassName
{
color: #594A2A;
}
</style>
background-color css
<style>
a { background-color: #594A2A; }
a { background-color: rgb(89,74,42); }
div.DivClassName
{
background-color: #594A2A;
}
.BgClassName
{
background-color: #594A2A;
}
</style>
border-color css
<style>
span { border-color: #594A2A; }
span { border-color: rgb(89,74,42); }
td.TdClassName
{
border-color: #594A2A;
}
.TagClassName
{
border-color: #594A2A;
}
</style>