Shades of Millbrook #595545
Tints of Millbrook #595545
RGB
CMYK
RGB Variations
Color information
#595545 (or 0x595545) is known color: Millbrook. HEX triplet: 59, 55 and 45. RGB value is (89,85,69). Sum of RGB (Red+Green+Blue) = 89+85+69=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #595545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595545 is #A6AABA. Grayscale: #545454. Windows color (decimal): -10922683 or 4543833. OLE color: 4543833.
HSL color Cylindrical-coordinate representation of color #595545: hue angle of 48º 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 #595545 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 69 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.65 |
| HSL | 48º | 0.13% | 0.31% | - |
| HSV(B) | 48º | 0.22% | 0.35% | - |
| XYZ | 8.44 | 9.05 | 6.93 | - |
| YUV | 84.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 69 | 0 | 0.04 | 0.22 | 0.65 | 48 | 0.13 | 0.31 |
| Hex | 59 | 55 | 45 | 0 | 4 | 16 | 41 | 30 | D | 1F |
| Octal | 131 | 125 | 105 | 0 | 4 | 26 | 101 | 60 | 15 | 37 |
| Binary | 1011001 | 1010101 | 1000101 | 0 | 100 | 10110 | 1000001 | 110000 | 1101 | 11111 |
Color Harmonies of #595545
Complementary color
Monochromatic Colors of #595545
Black with #595545
Text Example
Text Example
White with #595545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595545; }
p { color: rgb(89,85,69); }
H1.HeaderClassName
{
color: #595545;
}
.AnyTagClassName
{
color: #595545;
}
</style>
background-color css
<style>
a { background-color: #595545; }
a { background-color: rgb(89,85,69); }
div.DivClassName
{
background-color: #595545;
}
.BgClassName
{
background-color: #595545;
}
</style>
border-color css
<style>
span { border-color: #595545; }
span { border-color: rgb(89,85,69); }
td.TdClassName
{
border-color: #595545;
}
.TagClassName
{
border-color: #595545;
}
</style>