Shades of Millbrook #595848
Tints of Millbrook #595848
RGB
CMYK
RGB Variations
Color information
#595848 (or 0x595848) is known color: Millbrook. HEX triplet: 59, 58 and 48. RGB value is (89,88,72). Sum of RGB (Red+Green+Blue) = 89+88+72=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #595848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595848 is #A6A7B7. Grayscale: #565656. Windows color (decimal): -10921912 or 4741209. OLE color: 4741209.
HSL color Cylindrical-coordinate representation of color #595848: hue angle of 56.47º 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 #595848 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 72 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.65 |
| HSL | 56.47º | 0.11% | 0.32% | - |
| HSV(B) | 56.47º | 0.19% | 0.35% | - |
| XYZ | 8.78 | 9.57 | 7.52 | - |
| YUV | 86.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 72 | 0 | 0.01 | 0.19 | 0.65 | 56.47 | 0.11 | 0.32 |
| Hex | 59 | 58 | 48 | 0 | 1 | 13 | 41 | 38 | B | 20 |
| Octal | 131 | 130 | 110 | 0 | 1 | 23 | 101 | 70 | 13 | 40 |
| Binary | 1011001 | 1011000 | 1001000 | 0 | 1 | 10011 | 1000001 | 111000 | 1011 | 100000 |
Color Harmonies of #595848
Complementary color
Monochromatic Colors of #595848
Black with #595848
Text Example
Text Example
White with #595848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595848; }
p { color: rgb(89,88,72); }
H1.HeaderClassName
{
color: #595848;
}
.AnyTagClassName
{
color: #595848;
}
</style>
background-color css
<style>
a { background-color: #595848; }
a { background-color: rgb(89,88,72); }
div.DivClassName
{
background-color: #595848;
}
.BgClassName
{
background-color: #595848;
}
</style>
border-color css
<style>
span { border-color: #595848; }
span { border-color: rgb(89,88,72); }
td.TdClassName
{
border-color: #595848;
}
.TagClassName
{
border-color: #595848;
}
</style>