Shades of Metallic Bronze #594D3A
Tints of Metallic Bronze #594D3A
RGB
CMYK
RGB Variations
Color information
#594D3A (or 0x594D3A) is known color: Metallic Bronze. HEX triplet: 59, 4D and 3A. RGB value is (89,77,58). Sum of RGB (Red+Green+Blue) = 89+77+58=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #594D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D3A is #A6B2C5. Grayscale: #4E4E4E. Windows color (decimal): -10924742 or 3820889. OLE color: 3820889.
HSL color Cylindrical-coordinate representation of color #594D3A: hue angle of 36.77º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #594D3A is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 58 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.65 |
| HSL | 36.77º | 0.21% | 0.29% | - |
| HSV(B) | 36.77º | 0.35% | 0.35% | - |
| XYZ | 7.54 | 7.74 | 5.1 | - |
| YUV | 78.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 58 | 0 | 0.13 | 0.35 | 0.65 | 36.77 | 0.21 | 0.29 |
| Hex | 59 | 4D | 3A | 0 | D | 23 | 41 | 25 | 15 | 1D |
| Octal | 131 | 115 | 72 | 0 | 15 | 43 | 101 | 45 | 25 | 35 |
| Binary | 1011001 | 1001101 | 111010 | 0 | 1101 | 100011 | 1000001 | 100101 | 10101 | 11101 |
Color Harmonies of #594D3A
Complementary color
Monochromatic Colors of #594D3A
Black with #594D3A
Text Example
Text Example
White with #594D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D3A; }
p { color: rgb(89,77,58); }
H1.HeaderClassName
{
color: #594D3A;
}
.AnyTagClassName
{
color: #594D3A;
}
</style>
background-color css
<style>
a { background-color: #594D3A; }
a { background-color: rgb(89,77,58); }
div.DivClassName
{
background-color: #594D3A;
}
.BgClassName
{
background-color: #594D3A;
}
</style>
border-color css
<style>
span { border-color: #594D3A; }
span { border-color: rgb(89,77,58); }
td.TdClassName
{
border-color: #594D3A;
}
.TagClassName
{
border-color: #594D3A;
}
</style>