Shades of Bronze Olive #594D1B
Tints of Bronze Olive #594D1B
RGB
CMYK
RGB Variations
Color information
#594D1B (or 0x594D1B) is known color: Bronze Olive. HEX triplet: 59, 4D and 1B. RGB value is (89,77,27). Sum of RGB (Red+Green+Blue) = 89+77+27=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #594D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D1B is #A6B2E4. Grayscale: #4B4B4B. Windows color (decimal): -10924773 or 1789273. OLE color: 1789273.
HSL color Cylindrical-coordinate representation of color #594D1B: hue angle of 48.39º 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 #594D1B is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 27 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.65 |
| HSL | 48.39º | 0.53% | 0.23% | - |
| HSV(B) | 48.39º | 0.7% | 0.35% | - |
| XYZ | 6.97 | 7.51 | 2.12 | - |
| YUV | 74.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 27 | 0 | 0.13 | 0.70 | 0.65 | 48.39 | 0.53 | 0.23 |
| Hex | 59 | 4D | 1B | 0 | D | 46 | 41 | 30 | 35 | 17 |
| Octal | 131 | 115 | 33 | 0 | 15 | 106 | 101 | 60 | 65 | 27 |
| Binary | 1011001 | 1001101 | 11011 | 0 | 1101 | 1000110 | 1000001 | 110000 | 110101 | 10111 |
Color Harmonies of #594D1B
Complementary color
Monochromatic Colors of #594D1B
Black with #594D1B
Text Example
Text Example
White with #594D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D1B; }
p { color: rgb(89,77,27); }
H1.HeaderClassName
{
color: #594D1B;
}
.AnyTagClassName
{
color: #594D1B;
}
</style>
background-color css
<style>
a { background-color: #594D1B; }
a { background-color: rgb(89,77,27); }
div.DivClassName
{
background-color: #594D1B;
}
.BgClassName
{
background-color: #594D1B;
}
</style>
border-color css
<style>
span { border-color: #594D1B; }
span { border-color: rgb(89,77,27); }
td.TdClassName
{
border-color: #594D1B;
}
.TagClassName
{
border-color: #594D1B;
}
</style>