Shades of Millbrook #595445
Tints of Millbrook #595445
RGB
CMYK
RGB Variations
Color information
#595445 (or 0x595445) is known color: Millbrook. HEX triplet: 59, 54 and 45. RGB value is (89,84,69). Sum of RGB (Red+Green+Blue) = 89+84+69=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #595445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595445 is #A6ABBA. Grayscale: #535353. Windows color (decimal): -10922939 or 4543577. OLE color: 4543577.
HSL color Cylindrical-coordinate representation of color #595445: hue angle of 45º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #595445 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 84 | 69 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.65 |
| HSL | 45º | 0.13% | 0.31% | - |
| HSV(B) | 45º | 0.22% | 0.35% | - |
| XYZ | 8.36 | 8.89 | 6.91 | - |
| YUV | 83.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 69 | 0 | 0.06 | 0.22 | 0.65 | 45 | 0.13 | 0.31 |
| Hex | 59 | 54 | 45 | 0 | 6 | 16 | 41 | 2D | D | 1F |
| Octal | 131 | 124 | 105 | 0 | 6 | 26 | 101 | 55 | 15 | 37 |
| Binary | 1011001 | 1010100 | 1000101 | 0 | 110 | 10110 | 1000001 | 101101 | 1101 | 11111 |
Color Harmonies of #595445
Complementary color
Monochromatic Colors of #595445
Black with #595445
Text Example
Text Example
White with #595445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595445; }
p { color: rgb(89,84,69); }
H1.HeaderClassName
{
color: #595445;
}
.AnyTagClassName
{
color: #595445;
}
</style>
background-color css
<style>
a { background-color: #595445; }
a { background-color: rgb(89,84,69); }
div.DivClassName
{
background-color: #595445;
}
.BgClassName
{
background-color: #595445;
}
</style>
border-color css
<style>
span { border-color: #595445; }
span { border-color: rgb(89,84,69); }
td.TdClassName
{
border-color: #595445;
}
.TagClassName
{
border-color: #595445;
}
</style>