Shades of Millbrook #5E5943
Tints of Millbrook #5E5943
RGB
CMYK
RGB Variations
Color information
#5E5943 (or 0x5E5943) is known color: Millbrook. HEX triplet: 5E, 59 and 43. RGB value is (94,89,67). Sum of RGB (Red+Green+Blue) = 94+89+67=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5943 is #A1A6BC. Grayscale: #585858. Windows color (decimal): -10593981 or 4413790. OLE color: 4413790.
HSL color Cylindrical-coordinate representation of color #5E5943: hue angle of 48.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E5943 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 89 | 67 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.63 |
| HSL | 48.89º | 0.17% | 0.32% | - |
| HSV(B) | 48.89º | 0.29% | 0.37% | - |
| XYZ | 9.2 | 9.93 | 6.74 | - |
| YUV | 87.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 67 | 0 | 0.05 | 0.29 | 0.63 | 48.89 | 0.17 | 0.32 |
| Hex | 5E | 59 | 43 | 0 | 5 | 1D | 3F | 31 | 11 | 20 |
| Octal | 136 | 131 | 103 | 0 | 5 | 35 | 77 | 61 | 21 | 40 |
| Binary | 1011110 | 1011001 | 1000011 | 0 | 101 | 11101 | 111111 | 110001 | 10001 | 100000 |
Color Harmonies of #5E5943
Complementary color
Monochromatic Colors of #5E5943
Black with #5E5943
Text Example
Text Example
White with #5E5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5943; }
p { color: rgb(94,89,67); }
H1.HeaderClassName
{
color: #5E5943;
}
.AnyTagClassName
{
color: #5E5943;
}
</style>
background-color css
<style>
a { background-color: #5E5943; }
a { background-color: rgb(94,89,67); }
div.DivClassName
{
background-color: #5E5943;
}
.BgClassName
{
background-color: #5E5943;
}
</style>
border-color css
<style>
span { border-color: #5E5943; }
span { border-color: rgb(94,89,67); }
td.TdClassName
{
border-color: #5E5943;
}
.TagClassName
{
border-color: #5E5943;
}
</style>