Shades of Millbrook #595948
Tints of Millbrook #595948
RGB
CMYK
RGB Variations
Color information
#595948 (or 0x595948) is known color: Millbrook. HEX triplet: 59, 59 and 48. RGB value is (89,89,72). Sum of RGB (Red+Green+Blue) = 89+89+72=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595948 is #A6A6B7. Grayscale: #575757. Windows color (decimal): -10921656 or 4741465. OLE color: 4741465.
HSL color Cylindrical-coordinate representation of color #595948: hue angle of 60º 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 #595948 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 72 | - |
| CMYK | 0 | 0 | 0.19 | 0.65 |
| HSL | 60º | 0.11% | 0.32% | - |
| HSV(B) | 60º | 0.19% | 0.35% | - |
| XYZ | 8.86 | 9.74 | 7.54 | - |
| YUV | 87.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 72 | 0 | 0 | 0.19 | 0.65 | 60 | 0.11 | 0.32 |
| Hex | 59 | 59 | 48 | 0 | 0 | 13 | 41 | 3C | B | 20 |
| Octal | 131 | 131 | 110 | 0 | 0 | 23 | 101 | 74 | 13 | 40 |
| Binary | 1011001 | 1011001 | 1001000 | 0 | 0 | 10011 | 1000001 | 111100 | 1011 | 100000 |
Color Harmonies of #595948
Complementary color
Monochromatic Colors of #595948
Black with #595948
Text Example
Text Example
White with #595948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595948; }
p { color: rgb(89,89,72); }
H1.HeaderClassName
{
color: #595948;
}
.AnyTagClassName
{
color: #595948;
}
</style>
background-color css
<style>
a { background-color: #595948; }
a { background-color: rgb(89,89,72); }
div.DivClassName
{
background-color: #595948;
}
.BgClassName
{
background-color: #595948;
}
</style>
border-color css
<style>
span { border-color: #595948; }
span { border-color: rgb(89,89,72); }
td.TdClassName
{
border-color: #595948;
}
.TagClassName
{
border-color: #595948;
}
</style>