Shades of Metallic Bronze #594D3D
Tints of Metallic Bronze #594D3D
RGB
CMYK
RGB Variations
Color information
#594D3D (or 0x594D3D) is known color: Metallic Bronze. HEX triplet: 59, 4D and 3D. RGB value is (89,77,61). Sum of RGB (Red+Green+Blue) = 89+77+61=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 89 - color contains mainly: red. Hex color #594D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D3D is #A6B2C2. Grayscale: #4E4E4E. Windows color (decimal): -10924739 or 4017497. OLE color: 4017497.
HSL color Cylindrical-coordinate representation of color #594D3D: hue angle of 34.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #594D3D is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 61 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.65 |
| HSL | 34.29º | 0.19% | 0.29% | - |
| HSV(B) | 34.29º | 0.31% | 0.35% | - |
| XYZ | 7.62 | 7.77 | 5.51 | - |
| YUV | 78.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 61 | 0 | 0.13 | 0.31 | 0.65 | 34.29 | 0.19 | 0.29 |
| Hex | 59 | 4D | 3D | 0 | D | 1F | 41 | 22 | 13 | 1D |
| Octal | 131 | 115 | 75 | 0 | 15 | 37 | 101 | 42 | 23 | 35 |
| Binary | 1011001 | 1001101 | 111101 | 0 | 1101 | 11111 | 1000001 | 100010 | 10011 | 11101 |
Color Harmonies of #594D3D
Complementary color
Monochromatic Colors of #594D3D
Black with #594D3D
Text Example
Text Example
White with #594D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D3D; }
p { color: rgb(89,77,61); }
H1.HeaderClassName
{
color: #594D3D;
}
.AnyTagClassName
{
color: #594D3D;
}
</style>
background-color css
<style>
a { background-color: #594D3D; }
a { background-color: rgb(89,77,61); }
div.DivClassName
{
background-color: #594D3D;
}
.BgClassName
{
background-color: #594D3D;
}
</style>
border-color css
<style>
span { border-color: #594D3D; }
span { border-color: rgb(89,77,61); }
td.TdClassName
{
border-color: #594D3D;
}
.TagClassName
{
border-color: #594D3D;
}
</style>