Shades of Metallic Bronze #594D37
Tints of Metallic Bronze #594D37
RGB
CMYK
RGB Variations
Color information
#594D37 (or 0x594D37) is known color: Metallic Bronze. HEX triplet: 59, 4D and 37. RGB value is (89,77,55). Sum of RGB (Red+Green+Blue) = 89+77+55=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #594D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D37 is #A6B2C8. Grayscale: #4E4E4E. Windows color (decimal): -10924745 or 3624281. OLE color: 3624281.
HSL color Cylindrical-coordinate representation of color #594D37: hue angle of 38.82º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #594D37 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 55 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.65 |
| HSL | 38.82º | 0.24% | 0.28% | - |
| HSV(B) | 38.82º | 0.38% | 0.35% | - |
| XYZ | 7.46 | 7.71 | 4.71 | - |
| YUV | 78.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 55 | 0 | 0.13 | 0.38 | 0.65 | 38.82 | 0.24 | 0.28 |
| Hex | 59 | 4D | 37 | 0 | D | 26 | 41 | 27 | 18 | 1C |
| Octal | 131 | 115 | 67 | 0 | 15 | 46 | 101 | 47 | 30 | 34 |
| Binary | 1011001 | 1001101 | 110111 | 0 | 1101 | 100110 | 1000001 | 100111 | 11000 | 11100 |
Color Harmonies of #594D37
Complementary color
Monochromatic Colors of #594D37
Black with #594D37
Text Example
Text Example
White with #594D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D37; }
p { color: rgb(89,77,55); }
H1.HeaderClassName
{
color: #594D37;
}
.AnyTagClassName
{
color: #594D37;
}
</style>
background-color css
<style>
a { background-color: #594D37; }
a { background-color: rgb(89,77,55); }
div.DivClassName
{
background-color: #594D37;
}
.BgClassName
{
background-color: #594D37;
}
</style>
border-color css
<style>
span { border-color: #594D37; }
span { border-color: rgb(89,77,55); }
td.TdClassName
{
border-color: #594D37;
}
.TagClassName
{
border-color: #594D37;
}
</style>