Shades of Metallic Bronze #594C3D
Tints of Metallic Bronze #594C3D
RGB
CMYK
RGB Variations
Color information
#594C3D (or 0x594C3D) is known color: Metallic Bronze. HEX triplet: 59, 4C and 3D. RGB value is (89,76,61). Sum of RGB (Red+Green+Blue) = 89+76+61=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #594C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C3D is #A6B3C2. Grayscale: #4E4E4E. Windows color (decimal): -10924995 or 4017241. OLE color: 4017241.
HSL color Cylindrical-coordinate representation of color #594C3D: hue angle of 32.14º 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 #594C3D is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 61 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.65 |
| HSL | 32.14º | 0.19% | 0.29% | - |
| HSV(B) | 32.14º | 0.31% | 0.35% | - |
| XYZ | 7.55 | 7.63 | 5.49 | - |
| YUV | 78.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 61 | 0 | 0.15 | 0.31 | 0.65 | 32.14 | 0.19 | 0.29 |
| Hex | 59 | 4C | 3D | 0 | F | 1F | 41 | 20 | 13 | 1D |
| Octal | 131 | 114 | 75 | 0 | 17 | 37 | 101 | 40 | 23 | 35 |
| Binary | 1011001 | 1001100 | 111101 | 0 | 1111 | 11111 | 1000001 | 100000 | 10011 | 11101 |
Color Harmonies of #594C3D
Complementary color
Monochromatic Colors of #594C3D
Black with #594C3D
Text Example
Text Example
White with #594C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C3D; }
p { color: rgb(89,76,61); }
H1.HeaderClassName
{
color: #594C3D;
}
.AnyTagClassName
{
color: #594C3D;
}
</style>
background-color css
<style>
a { background-color: #594C3D; }
a { background-color: rgb(89,76,61); }
div.DivClassName
{
background-color: #594C3D;
}
.BgClassName
{
background-color: #594C3D;
}
</style>
border-color css
<style>
span { border-color: #594C3D; }
span { border-color: rgb(89,76,61); }
td.TdClassName
{
border-color: #594C3D;
}
.TagClassName
{
border-color: #594C3D;
}
</style>