Shades of Bronze Olive #594A1A
Tints of Bronze Olive #594A1A
RGB
CMYK
RGB Variations
Color information
#594A1A (or 0x594A1A) is known color: Bronze Olive. HEX triplet: 59, 4A and 1A. RGB value is (89,74,26). Sum of RGB (Red+Green+Blue) = 89+74+26=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #594A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A1A is #A6B5E5. Grayscale: #494949. Windows color (decimal): -10925542 or 1722969. OLE color: 1722969.
HSL color Cylindrical-coordinate representation of color #594A1A: hue angle of 45.71º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #594A1A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 26 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.65 |
| HSL | 45.71º | 0.55% | 0.23% | - |
| HSV(B) | 45.71º | 0.71% | 0.35% | - |
| XYZ | 6.76 | 7.1 | 1.99 | - |
| YUV | 73.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 26 | 0 | 0.17 | 0.71 | 0.65 | 45.71 | 0.55 | 0.23 |
| Hex | 59 | 4A | 1A | 0 | 11 | 47 | 41 | 2E | 37 | 17 |
| Octal | 131 | 112 | 32 | 0 | 21 | 107 | 101 | 56 | 67 | 27 |
| Binary | 1011001 | 1001010 | 11010 | 0 | 10001 | 1000111 | 1000001 | 101110 | 110111 | 10111 |
Color Harmonies of #594A1A
Complementary color
Monochromatic Colors of #594A1A
Black with #594A1A
Text Example
Text Example
White with #594A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A1A; }
p { color: rgb(89,74,26); }
H1.HeaderClassName
{
color: #594A1A;
}
.AnyTagClassName
{
color: #594A1A;
}
</style>
background-color css
<style>
a { background-color: #594A1A; }
a { background-color: rgb(89,74,26); }
div.DivClassName
{
background-color: #594A1A;
}
.BgClassName
{
background-color: #594A1A;
}
</style>
border-color css
<style>
span { border-color: #594A1A; }
span { border-color: rgb(89,74,26); }
td.TdClassName
{
border-color: #594A1A;
}
.TagClassName
{
border-color: #594A1A;
}
</style>