Shades of Millbrook #5E593F
Tints of Millbrook #5E593F
RGB
CMYK
RGB Variations
Color information
#5E593F (or 0x5E593F) is known color: Millbrook. HEX triplet: 5E, 59 and 3F. RGB value is (94,89,63). Sum of RGB (Red+Green+Blue) = 94+89+63=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 94 - color contains mainly: red. Hex color #5E593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E593F is #A1A6C0. Grayscale: #575757. Windows color (decimal): -10593985 or 4151646. OLE color: 4151646.
HSL color Cylindrical-coordinate representation of color #5E593F: hue angle of 50.32º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E593F is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 89 | 63 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.63 |
| HSL | 50.32º | 0.2% | 0.31% | - |
| HSV(B) | 50.32º | 0.33% | 0.37% | - |
| XYZ | 9.09 | 9.88 | 6.13 | - |
| YUV | 87.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 63 | 0 | 0.05 | 0.33 | 0.63 | 50.32 | 0.2 | 0.31 |
| Hex | 5E | 59 | 3F | 0 | 5 | 21 | 3F | 32 | 14 | 1F |
| Octal | 136 | 131 | 77 | 0 | 5 | 41 | 77 | 62 | 24 | 37 |
| Binary | 1011110 | 1011001 | 111111 | 0 | 101 | 100001 | 111111 | 110010 | 10100 | 11111 |
Color Harmonies of #5E593F
Complementary color
Monochromatic Colors of #5E593F
Black with #5E593F
Text Example
Text Example
White with #5E593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E593F; }
p { color: rgb(94,89,63); }
H1.HeaderClassName
{
color: #5E593F;
}
.AnyTagClassName
{
color: #5E593F;
}
</style>
background-color css
<style>
a { background-color: #5E593F; }
a { background-color: rgb(94,89,63); }
div.DivClassName
{
background-color: #5E593F;
}
.BgClassName
{
background-color: #5E593F;
}
</style>
border-color css
<style>
span { border-color: #5E593F; }
span { border-color: rgb(94,89,63); }
td.TdClassName
{
border-color: #5E593F;
}
.TagClassName
{
border-color: #5E593F;
}
</style>