Shades of Bronze Olive #594D1D
Tints of Bronze Olive #594D1D
RGB
CMYK
RGB Variations
Color information
#594D1D (or 0x594D1D) is known color: Bronze Olive. HEX triplet: 59, 4D and 1D. RGB value is (89,77,29). Sum of RGB (Red+Green+Blue) = 89+77+29=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #594D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D1D is #A6B2E2. Grayscale: #4B4B4B. Windows color (decimal): -10924771 or 1920345. OLE color: 1920345.
HSL color Cylindrical-coordinate representation of color #594D1D: hue angle of 48º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #594D1D is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 29 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.65 |
| HSL | 48º | 0.51% | 0.23% | - |
| HSV(B) | 48º | 0.67% | 0.35% | - |
| XYZ | 7 | 7.52 | 2.25 | - |
| YUV | 75.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 29 | 0 | 0.13 | 0.67 | 0.65 | 48 | 0.51 | 0.23 |
| Hex | 59 | 4D | 1D | 0 | D | 43 | 41 | 30 | 33 | 17 |
| Octal | 131 | 115 | 35 | 0 | 15 | 103 | 101 | 60 | 63 | 27 |
| Binary | 1011001 | 1001101 | 11101 | 0 | 1101 | 1000011 | 1000001 | 110000 | 110011 | 10111 |
Color Harmonies of #594D1D
Complementary color
Monochromatic Colors of #594D1D
Black with #594D1D
Text Example
Text Example
White with #594D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D1D; }
p { color: rgb(89,77,29); }
H1.HeaderClassName
{
color: #594D1D;
}
.AnyTagClassName
{
color: #594D1D;
}
</style>
background-color css
<style>
a { background-color: #594D1D; }
a { background-color: rgb(89,77,29); }
div.DivClassName
{
background-color: #594D1D;
}
.BgClassName
{
background-color: #594D1D;
}
</style>
border-color css
<style>
span { border-color: #594D1D; }
span { border-color: rgb(89,77,29); }
td.TdClassName
{
border-color: #594D1D;
}
.TagClassName
{
border-color: #594D1D;
}
</style>