Shades of Millbrook #595341
Tints of Millbrook #595341
RGB
CMYK
RGB Variations
Color information
#595341 (or 0x595341) is known color: Millbrook. HEX triplet: 59, 53 and 41. RGB value is (89,83,65). Sum of RGB (Red+Green+Blue) = 89+83+65=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #595341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595341 is #A6ACBE. Grayscale: #525252. Windows color (decimal): -10923199 or 4281177. OLE color: 4281177.
HSL color Cylindrical-coordinate representation of color #595341: hue angle of 45º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595341 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 65 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.65 |
| HSL | 45º | 0.16% | 0.3% | - |
| HSV(B) | 45º | 0.27% | 0.35% | - |
| XYZ | 8.17 | 8.69 | 6.25 | - |
| YUV | 82.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 65 | 0 | 0.07 | 0.27 | 0.65 | 45 | 0.16 | 0.3 |
| Hex | 59 | 53 | 41 | 0 | 7 | 1B | 41 | 2D | 10 | 1E |
| Octal | 131 | 123 | 101 | 0 | 7 | 33 | 101 | 55 | 20 | 36 |
| Binary | 1011001 | 1010011 | 1000001 | 0 | 111 | 11011 | 1000001 | 101101 | 10000 | 11110 |
Color Harmonies of #595341
Complementary color
Monochromatic Colors of #595341
Black with #595341
Text Example
Text Example
White with #595341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595341; }
p { color: rgb(89,83,65); }
H1.HeaderClassName
{
color: #595341;
}
.AnyTagClassName
{
color: #595341;
}
</style>
background-color css
<style>
a { background-color: #595341; }
a { background-color: rgb(89,83,65); }
div.DivClassName
{
background-color: #595341;
}
.BgClassName
{
background-color: #595341;
}
</style>
border-color css
<style>
span { border-color: #595341; }
span { border-color: rgb(89,83,65); }
td.TdClassName
{
border-color: #595341;
}
.TagClassName
{
border-color: #595341;
}
</style>