Shades of Metallic Bronze #594E3B
Tints of Metallic Bronze #594E3B
RGB
CMYK
RGB Variations
Color information
#594E3B (or 0x594E3B) is known color: Metallic Bronze. HEX triplet: 59, 4E and 3B. RGB value is (89,78,59). Sum of RGB (Red+Green+Blue) = 89+78+59=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #594E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E3B is #A6B1C4. Grayscale: #4F4F4F. Windows color (decimal): -10924485 or 3886681. OLE color: 3886681.
HSL color Cylindrical-coordinate representation of color #594E3B: hue angle of 38º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #594E3B is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 59 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.65 |
| HSL | 38º | 0.2% | 0.29% | - |
| HSV(B) | 38º | 0.34% | 0.35% | - |
| XYZ | 7.63 | 7.89 | 5.26 | - |
| YUV | 79.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 59 | 0 | 0.12 | 0.34 | 0.65 | 38 | 0.2 | 0.29 |
| Hex | 59 | 4E | 3B | 0 | C | 22 | 41 | 26 | 14 | 1D |
| Octal | 131 | 116 | 73 | 0 | 14 | 42 | 101 | 46 | 24 | 35 |
| Binary | 1011001 | 1001110 | 111011 | 0 | 1100 | 100010 | 1000001 | 100110 | 10100 | 11101 |
Color Harmonies of #594E3B
Complementary color
Monochromatic Colors of #594E3B
Black with #594E3B
Text Example
Text Example
White with #594E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E3B; }
p { color: rgb(89,78,59); }
H1.HeaderClassName
{
color: #594E3B;
}
.AnyTagClassName
{
color: #594E3B;
}
</style>
background-color css
<style>
a { background-color: #594E3B; }
a { background-color: rgb(89,78,59); }
div.DivClassName
{
background-color: #594E3B;
}
.BgClassName
{
background-color: #594E3B;
}
</style>
border-color css
<style>
span { border-color: #594E3B; }
span { border-color: rgb(89,78,59); }
td.TdClassName
{
border-color: #594E3B;
}
.TagClassName
{
border-color: #594E3B;
}
</style>