Shades of Millbrook #595548
Tints of Millbrook #595548
RGB
CMYK
RGB Variations
Color information
#595548 (or 0x595548) is known color: Millbrook. HEX triplet: 59, 55 and 48. RGB value is (89,85,72). Sum of RGB (Red+Green+Blue) = 89+85+72=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 89 - color contains mainly: red. Hex color #595548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595548 is #A6AAB7. Grayscale: #545454. Windows color (decimal): -10922680 or 4740441. OLE color: 4740441.
HSL color Cylindrical-coordinate representation of color #595548: hue angle of 45.88º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #595548 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 72 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.65 |
| HSL | 45.88º | 0.11% | 0.32% | - |
| HSV(B) | 45.88º | 0.19% | 0.35% | - |
| XYZ | 8.54 | 9.09 | 7.44 | - |
| YUV | 84.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 72 | 0 | 0.04 | 0.19 | 0.65 | 45.88 | 0.11 | 0.32 |
| Hex | 59 | 55 | 48 | 0 | 4 | 13 | 41 | 2E | B | 20 |
| Octal | 131 | 125 | 110 | 0 | 4 | 23 | 101 | 56 | 13 | 40 |
| Binary | 1011001 | 1010101 | 1001000 | 0 | 100 | 10011 | 1000001 | 101110 | 1011 | 100000 |
Color Harmonies of #595548
Complementary color
Monochromatic Colors of #595548
Black with #595548
Text Example
Text Example
White with #595548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595548; }
p { color: rgb(89,85,72); }
H1.HeaderClassName
{
color: #595548;
}
.AnyTagClassName
{
color: #595548;
}
</style>
background-color css
<style>
a { background-color: #595548; }
a { background-color: rgb(89,85,72); }
div.DivClassName
{
background-color: #595548;
}
.BgClassName
{
background-color: #595548;
}
</style>
border-color css
<style>
span { border-color: #595548; }
span { border-color: rgb(89,85,72); }
td.TdClassName
{
border-color: #595548;
}
.TagClassName
{
border-color: #595548;
}
</style>