Shades of Bronze Olive #594A08
Tints of Bronze Olive #594A08
RGB
CMYK
RGB Variations
Color information
#594A08 (or 0x594A08) is known color: Bronze Olive. HEX triplet: 59, 4A and 08. RGB value is (89,74,8). Sum of RGB (Red+Green+Blue) = 89+74+8=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #594A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A08 is #A6B5F7. Grayscale: #474747. Windows color (decimal): -10925560 or 543321. OLE color: 543321.
HSL color Cylindrical-coordinate representation of color #594A08: hue angle of 48.89º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #594A08 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 8 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.65 |
| HSL | 48.89º | 0.84% | 0.19% | - |
| HSV(B) | 48.89º | 0.91% | 0.35% | - |
| XYZ | 6.61 | 7.04 | 1.24 | - |
| YUV | 70.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 8 | 0 | 0.17 | 0.91 | 0.65 | 48.89 | 0.84 | 0.19 |
| Hex | 59 | 4A | 8 | 0 | 11 | 5B | 41 | 31 | 54 | 13 |
| Octal | 131 | 112 | 10 | 0 | 21 | 133 | 101 | 61 | 124 | 23 |
| Binary | 1011001 | 1001010 | 1000 | 0 | 10001 | 1011011 | 1000001 | 110001 | 1010100 | 10011 |
Color Harmonies of #594A08
Complementary color
Monochromatic Colors of #594A08
Black with #594A08
Text Example
Text Example
White with #594A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A08; }
p { color: rgb(89,74,8); }
H1.HeaderClassName
{
color: #594A08;
}
.AnyTagClassName
{
color: #594A08;
}
</style>
background-color css
<style>
a { background-color: #594A08; }
a { background-color: rgb(89,74,8); }
div.DivClassName
{
background-color: #594A08;
}
.BgClassName
{
background-color: #594A08;
}
</style>
border-color css
<style>
span { border-color: #594A08; }
span { border-color: rgb(89,74,8); }
td.TdClassName
{
border-color: #594A08;
}
.TagClassName
{
border-color: #594A08;
}
</style>