Shades of Metallic Bronze #594B38
Tints of Metallic Bronze #594B38
RGB
CMYK
RGB Variations
Color information
#594B38 (or 0x594B38) is known color: Metallic Bronze. HEX triplet: 59, 4B and 38. RGB value is (89,75,56). Sum of RGB (Red+Green+Blue) = 89+75+56=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #594B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B38 is #A6B4C7. Grayscale: #4D4D4D. Windows color (decimal): -10925256 or 3689305. OLE color: 3689305.
HSL color Cylindrical-coordinate representation of color #594B38: hue angle of 34.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #594B38 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 56 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.65 |
| HSL | 34.55º | 0.23% | 0.28% | - |
| HSV(B) | 34.55º | 0.37% | 0.35% | - |
| XYZ | 7.35 | 7.44 | 4.79 | - |
| YUV | 77.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 56 | 0 | 0.16 | 0.37 | 0.65 | 34.55 | 0.23 | 0.28 |
| Hex | 59 | 4B | 38 | 0 | 10 | 25 | 41 | 23 | 17 | 1C |
| Octal | 131 | 113 | 70 | 0 | 20 | 45 | 101 | 43 | 27 | 34 |
| Binary | 1011001 | 1001011 | 111000 | 0 | 10000 | 100101 | 1000001 | 100011 | 10111 | 11100 |
Color Harmonies of #594B38
Complementary color
Monochromatic Colors of #594B38
Black with #594B38
Text Example
Text Example
White with #594B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B38; }
p { color: rgb(89,75,56); }
H1.HeaderClassName
{
color: #594B38;
}
.AnyTagClassName
{
color: #594B38;
}
</style>
background-color css
<style>
a { background-color: #594B38; }
a { background-color: rgb(89,75,56); }
div.DivClassName
{
background-color: #594B38;
}
.BgClassName
{
background-color: #594B38;
}
</style>
border-color css
<style>
span { border-color: #594B38; }
span { border-color: rgb(89,75,56); }
td.TdClassName
{
border-color: #594B38;
}
.TagClassName
{
border-color: #594B38;
}
</style>