Shades of Metallic Bronze #594B36
Tints of Metallic Bronze #594B36
RGB
CMYK
RGB Variations
Color information
#594B36 (or 0x594B36) is known color: Metallic Bronze. HEX triplet: 59, 4B and 36. RGB value is (89,75,54). Sum of RGB (Red+Green+Blue) = 89+75+54=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #594B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B36 is #A6B4C9. Grayscale: #4C4C4C. Windows color (decimal): -10925258 or 3558233. OLE color: 3558233.
HSL color Cylindrical-coordinate representation of color #594B36: hue angle of 36º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #594B36 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 54 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.65 |
| HSL | 36º | 0.24% | 0.28% | - |
| HSV(B) | 36º | 0.39% | 0.35% | - |
| XYZ | 7.3 | 7.42 | 4.54 | - |
| YUV | 76.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 54 | 0 | 0.16 | 0.39 | 0.65 | 36 | 0.24 | 0.28 |
| Hex | 59 | 4B | 36 | 0 | 10 | 27 | 41 | 24 | 18 | 1C |
| Octal | 131 | 113 | 66 | 0 | 20 | 47 | 101 | 44 | 30 | 34 |
| Binary | 1011001 | 1001011 | 110110 | 0 | 10000 | 100111 | 1000001 | 100100 | 11000 | 11100 |
Color Harmonies of #594B36
Complementary color
Monochromatic Colors of #594B36
Black with #594B36
Text Example
Text Example
White with #594B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B36; }
p { color: rgb(89,75,54); }
H1.HeaderClassName
{
color: #594B36;
}
.AnyTagClassName
{
color: #594B36;
}
</style>
background-color css
<style>
a { background-color: #594B36; }
a { background-color: rgb(89,75,54); }
div.DivClassName
{
background-color: #594B36;
}
.BgClassName
{
background-color: #594B36;
}
</style>
border-color css
<style>
span { border-color: #594B36; }
span { border-color: rgb(89,75,54); }
td.TdClassName
{
border-color: #594B36;
}
.TagClassName
{
border-color: #594B36;
}
</style>