Shades of Metallic Bronze #594C3B
Tints of Metallic Bronze #594C3B
RGB
CMYK
RGB Variations
Color information
#594C3B (or 0x594C3B) is known color: Metallic Bronze. HEX triplet: 59, 4C and 3B. RGB value is (89,76,59). Sum of RGB (Red+Green+Blue) = 89+76+59=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #594C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C3B is #A6B3C4. Grayscale: #4E4E4E. Windows color (decimal): -10924997 or 3886169. OLE color: 3886169.
HSL color Cylindrical-coordinate representation of color #594C3B: hue angle of 34º 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 #594C3B is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 59 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.65 |
| HSL | 34º | 0.2% | 0.29% | - |
| HSV(B) | 34º | 0.34% | 0.35% | - |
| XYZ | 7.49 | 7.61 | 5.21 | - |
| YUV | 77.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 59 | 0 | 0.15 | 0.34 | 0.65 | 34 | 0.2 | 0.29 |
| Hex | 59 | 4C | 3B | 0 | F | 22 | 41 | 22 | 14 | 1D |
| Octal | 131 | 114 | 73 | 0 | 17 | 42 | 101 | 42 | 24 | 35 |
| Binary | 1011001 | 1001100 | 111011 | 0 | 1111 | 100010 | 1000001 | 100010 | 10100 | 11101 |
Color Harmonies of #594C3B
Complementary color
Monochromatic Colors of #594C3B
Black with #594C3B
Text Example
Text Example
White with #594C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C3B; }
p { color: rgb(89,76,59); }
H1.HeaderClassName
{
color: #594C3B;
}
.AnyTagClassName
{
color: #594C3B;
}
</style>
background-color css
<style>
a { background-color: #594C3B; }
a { background-color: rgb(89,76,59); }
div.DivClassName
{
background-color: #594C3B;
}
.BgClassName
{
background-color: #594C3B;
}
</style>
border-color css
<style>
span { border-color: #594C3B; }
span { border-color: rgb(89,76,59); }
td.TdClassName
{
border-color: #594C3B;
}
.TagClassName
{
border-color: #594C3B;
}
</style>