Shades of Bronze Olive #594A0B
Tints of Bronze Olive #594A0B
RGB
CMYK
RGB Variations
Color information
#594A0B (or 0x594A0B) is known color: Bronze Olive. HEX triplet: 59, 4A and 0B. RGB value is (89,74,11). Sum of RGB (Red+Green+Blue) = 89+74+11=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #594A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594A0B is #A6B5F4. Grayscale: #474747. Windows color (decimal): -10925557 or 739929. OLE color: 739929.
HSL color Cylindrical-coordinate representation of color #594A0B: hue angle of 48.46º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #594A0B is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 11 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.65 |
| HSL | 48.46º | 0.78% | 0.2% | - |
| HSV(B) | 48.46º | 0.88% | 0.35% | - |
| XYZ | 6.63 | 7.05 | 1.33 | - |
| YUV | 71.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 11 | 0 | 0.17 | 0.88 | 0.65 | 48.46 | 0.78 | 0.2 |
| Hex | 59 | 4A | B | 0 | 11 | 58 | 41 | 30 | 4E | 14 |
| Octal | 131 | 112 | 13 | 0 | 21 | 130 | 101 | 60 | 116 | 24 |
| Binary | 1011001 | 1001010 | 1011 | 0 | 10001 | 1011000 | 1000001 | 110000 | 1001110 | 10100 |
Color Harmonies of #594A0B
Complementary color
Monochromatic Colors of #594A0B
Black with #594A0B
Text Example
Text Example
White with #594A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A0B; }
p { color: rgb(89,74,11); }
H1.HeaderClassName
{
color: #594A0B;
}
.AnyTagClassName
{
color: #594A0B;
}
</style>
background-color css
<style>
a { background-color: #594A0B; }
a { background-color: rgb(89,74,11); }
div.DivClassName
{
background-color: #594A0B;
}
.BgClassName
{
background-color: #594A0B;
}
</style>
border-color css
<style>
span { border-color: #594A0B; }
span { border-color: rgb(89,74,11); }
td.TdClassName
{
border-color: #594A0B;
}
.TagClassName
{
border-color: #594A0B;
}
</style>