Shades of Millbrook #59564A
Tints of Millbrook #59564A
RGB
CMYK
RGB Variations
Color information
#59564A (or 0x59564A) is known color: Millbrook. HEX triplet: 59, 56 and 4A. RGB value is (89,86,74). Sum of RGB (Red+Green+Blue) = 89+86+74=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #59564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59564A is #A6A9B5. Grayscale: #555555. Windows color (decimal): -10922422 or 4871769. OLE color: 4871769.
HSL color Cylindrical-coordinate representation of color #59564A: hue angle of 48º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #59564A is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 86 | 74 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.65 |
| HSL | 48º | 0.09% | 0.32% | - |
| HSV(B) | 48º | 0.17% | 0.35% | - |
| XYZ | 8.68 | 9.27 | 7.81 | - |
| YUV | 85.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 74 | 0 | 0.03 | 0.17 | 0.65 | 48 | 0.09 | 0.32 |
| Hex | 59 | 56 | 4A | 0 | 3 | 11 | 41 | 30 | 9 | 20 |
| Octal | 131 | 126 | 112 | 0 | 3 | 21 | 101 | 60 | 11 | 40 |
| Binary | 1011001 | 1010110 | 1001010 | 0 | 11 | 10001 | 1000001 | 110000 | 1001 | 100000 |
Color Harmonies of #59564A
Complementary color
Monochromatic Colors of #59564A
Black with #59564A
Text Example
Text Example
White with #59564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59564A; }
p { color: rgb(89,86,74); }
H1.HeaderClassName
{
color: #59564A;
}
.AnyTagClassName
{
color: #59564A;
}
</style>
background-color css
<style>
a { background-color: #59564A; }
a { background-color: rgb(89,86,74); }
div.DivClassName
{
background-color: #59564A;
}
.BgClassName
{
background-color: #59564A;
}
</style>
border-color css
<style>
span { border-color: #59564A; }
span { border-color: rgb(89,86,74); }
td.TdClassName
{
border-color: #59564A;
}
.TagClassName
{
border-color: #59564A;
}
</style>