Shades of Millbrook #5E5B49
Tints of Millbrook #5E5B49
RGB
CMYK
RGB Variations
Color information
#5E5B49 (or 0x5E5B49) is known color: Millbrook. HEX triplet: 5E, 5B and 49. RGB value is (94,91,73). Sum of RGB (Red+Green+Blue) = 94+91+73=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5B49 is #A1A4B6. Grayscale: #595959. Windows color (decimal): -10593463 or 4807518. OLE color: 4807518.
HSL color Cylindrical-coordinate representation of color #5E5B49: hue angle of 51.43º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E5B49 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 91 | 73 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.63 |
| HSL | 51.43º | 0.13% | 0.33% | - |
| HSV(B) | 51.43º | 0.22% | 0.37% | - |
| XYZ | 9.56 | 10.34 | 7.8 | - |
| YUV | 89.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 73 | 0 | 0.03 | 0.22 | 0.63 | 51.43 | 0.13 | 0.33 |
| Hex | 5E | 5B | 49 | 0 | 3 | 16 | 3F | 33 | D | 21 |
| Octal | 136 | 133 | 111 | 0 | 3 | 26 | 77 | 63 | 15 | 41 |
| Binary | 1011110 | 1011011 | 1001001 | 0 | 11 | 10110 | 111111 | 110011 | 1101 | 100001 |
Color Harmonies of #5E5B49
Complementary color
Monochromatic Colors of #5E5B49
Black with #5E5B49
Text Example
Text Example
White with #5E5B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5B49; }
p { color: rgb(94,91,73); }
H1.HeaderClassName
{
color: #5E5B49;
}
.AnyTagClassName
{
color: #5E5B49;
}
</style>
background-color css
<style>
a { background-color: #5E5B49; }
a { background-color: rgb(94,91,73); }
div.DivClassName
{
background-color: #5E5B49;
}
.BgClassName
{
background-color: #5E5B49;
}
</style>
border-color css
<style>
span { border-color: #5E5B49; }
span { border-color: rgb(94,91,73); }
td.TdClassName
{
border-color: #5E5B49;
}
.TagClassName
{
border-color: #5E5B49;
}
</style>