Shades of Bronze Olive #594A1B
Tints of Bronze Olive #594A1B
RGB
CMYK
RGB Variations
Color information
#594A1B (or 0x594A1B) is known color: Bronze Olive. HEX triplet: 59, 4A and 1B. RGB value is (89,74,27). Sum of RGB (Red+Green+Blue) = 89+74+27=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #594A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A1B is #A6B5E4. Grayscale: #494949. Windows color (decimal): -10925541 or 1788505. OLE color: 1788505.
HSL color Cylindrical-coordinate representation of color #594A1B: hue angle of 45.48º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #594A1B is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 27 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.65 |
| HSL | 45.48º | 0.53% | 0.23% | - |
| HSV(B) | 45.48º | 0.7% | 0.35% | - |
| XYZ | 6.77 | 7.1 | 2.05 | - |
| YUV | 73.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 27 | 0 | 0.17 | 0.70 | 0.65 | 45.48 | 0.53 | 0.23 |
| Hex | 59 | 4A | 1B | 0 | 11 | 46 | 41 | 2D | 35 | 17 |
| Octal | 131 | 112 | 33 | 0 | 21 | 106 | 101 | 55 | 65 | 27 |
| Binary | 1011001 | 1001010 | 11011 | 0 | 10001 | 1000110 | 1000001 | 101101 | 110101 | 10111 |
Color Harmonies of #594A1B
Complementary color
Monochromatic Colors of #594A1B
Black with #594A1B
Text Example
Text Example
White with #594A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A1B; }
p { color: rgb(89,74,27); }
H1.HeaderClassName
{
color: #594A1B;
}
.AnyTagClassName
{
color: #594A1B;
}
</style>
background-color css
<style>
a { background-color: #594A1B; }
a { background-color: rgb(89,74,27); }
div.DivClassName
{
background-color: #594A1B;
}
.BgClassName
{
background-color: #594A1B;
}
</style>
border-color css
<style>
span { border-color: #594A1B; }
span { border-color: rgb(89,74,27); }
td.TdClassName
{
border-color: #594A1B;
}
.TagClassName
{
border-color: #594A1B;
}
</style>