Shades of Bronze Olive #594F1A
Tints of Bronze Olive #594F1A
RGB
CMYK
RGB Variations
Color information
#594F1A (or 0x594F1A) is known color: Bronze Olive. HEX triplet: 59, 4F and 1A. RGB value is (89,79,26). Sum of RGB (Red+Green+Blue) = 89+79+26=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #594F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F1A is #A6B0E5. Grayscale: #4C4C4C. Windows color (decimal): -10924262 or 1724249. OLE color: 1724249.
HSL color Cylindrical-coordinate representation of color #594F1A: hue angle of 50.48º 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 #594F1A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 26 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.65 |
| HSL | 50.48º | 0.55% | 0.23% | - |
| HSV(B) | 50.48º | 0.71% | 0.35% | - |
| XYZ | 7.1 | 7.79 | 2.11 | - |
| YUV | 75.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 26 | 0 | 0.11 | 0.71 | 0.65 | 50.48 | 0.55 | 0.23 |
| Hex | 59 | 4F | 1A | 0 | B | 47 | 41 | 32 | 37 | 17 |
| Octal | 131 | 117 | 32 | 0 | 13 | 107 | 101 | 62 | 67 | 27 |
| Binary | 1011001 | 1001111 | 11010 | 0 | 1011 | 1000111 | 1000001 | 110010 | 110111 | 10111 |
Color Harmonies of #594F1A
Complementary color
Monochromatic Colors of #594F1A
Black with #594F1A
Text Example
Text Example
White with #594F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F1A; }
p { color: rgb(89,79,26); }
H1.HeaderClassName
{
color: #594F1A;
}
.AnyTagClassName
{
color: #594F1A;
}
</style>
background-color css
<style>
a { background-color: #594F1A; }
a { background-color: rgb(89,79,26); }
div.DivClassName
{
background-color: #594F1A;
}
.BgClassName
{
background-color: #594F1A;
}
</style>
border-color css
<style>
span { border-color: #594F1A; }
span { border-color: rgb(89,79,26); }
td.TdClassName
{
border-color: #594F1A;
}
.TagClassName
{
border-color: #594F1A;
}
</style>