Shades of Millbrook #5E573F
Tints of Millbrook #5E573F
RGB
CMYK
RGB Variations
Color information
#5E573F (or 0x5E573F) is known color: Millbrook. HEX triplet: 5E, 57 and 3F. RGB value is (94,87,63). Sum of RGB (Red+Green+Blue) = 94+87+63=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 94 - color contains mainly: red. Hex color #5E573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E573F is #A1A8C0. Grayscale: #565656. Windows color (decimal): -10594497 or 4151134. OLE color: 4151134.
HSL color Cylindrical-coordinate representation of color #5E573F: hue angle of 46.45º 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 #5E573F is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 87 | 63 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.63 |
| HSL | 46.45º | 0.2% | 0.31% | - |
| HSV(B) | 46.45º | 0.33% | 0.37% | - |
| XYZ | 8.92 | 9.55 | 6.08 | - |
| YUV | 86.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 63 | 0 | 0.07 | 0.33 | 0.63 | 46.45 | 0.2 | 0.31 |
| Hex | 5E | 57 | 3F | 0 | 7 | 21 | 3F | 2E | 14 | 1F |
| Octal | 136 | 127 | 77 | 0 | 7 | 41 | 77 | 56 | 24 | 37 |
| Binary | 1011110 | 1010111 | 111111 | 0 | 111 | 100001 | 111111 | 101110 | 10100 | 11111 |
Color Harmonies of #5E573F
Complementary color
Monochromatic Colors of #5E573F
Black with #5E573F
Text Example
Text Example
White with #5E573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E573F; }
p { color: rgb(94,87,63); }
H1.HeaderClassName
{
color: #5E573F;
}
.AnyTagClassName
{
color: #5E573F;
}
</style>
background-color css
<style>
a { background-color: #5E573F; }
a { background-color: rgb(94,87,63); }
div.DivClassName
{
background-color: #5E573F;
}
.BgClassName
{
background-color: #5E573F;
}
</style>
border-color css
<style>
span { border-color: #5E573F; }
span { border-color: rgb(94,87,63); }
td.TdClassName
{
border-color: #5E573F;
}
.TagClassName
{
border-color: #5E573F;
}
</style>