Shades of Millbrook #5D5644
Tints of Millbrook #5D5644
RGB
CMYK
RGB Variations
Color information
#5D5644 (or 0x5D5644) is known color: Millbrook. HEX triplet: 5D, 56 and 44. RGB value is (93,86,68). Sum of RGB (Red+Green+Blue) = 93+86+68=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5644 is #A2A9BB. Grayscale: #565656. Windows color (decimal): -10660284 or 4478557. OLE color: 4478557.
HSL color Cylindrical-coordinate representation of color #5D5644: hue angle of 43.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D5644 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 86 | 68 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.64 |
| HSL | 43.2º | 0.16% | 0.32% | - |
| HSV(B) | 43.2º | 0.27% | 0.36% | - |
| XYZ | 8.89 | 9.4 | 6.81 | - |
| YUV | 86.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 68 | 0 | 0.08 | 0.27 | 0.64 | 43.2 | 0.16 | 0.32 |
| Hex | 5D | 56 | 44 | 0 | 8 | 1B | 40 | 2B | 10 | 20 |
| Octal | 135 | 126 | 104 | 0 | 10 | 33 | 100 | 53 | 20 | 40 |
| Binary | 1011101 | 1010110 | 1000100 | 0 | 1000 | 11011 | 1000000 | 101011 | 10000 | 100000 |
Color Harmonies of #5D5644
Complementary color
Monochromatic Colors of #5D5644
Black with #5D5644
Text Example
Text Example
White with #5D5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5644; }
p { color: rgb(93,86,68); }
H1.HeaderClassName
{
color: #5D5644;
}
.AnyTagClassName
{
color: #5D5644;
}
</style>
background-color css
<style>
a { background-color: #5D5644; }
a { background-color: rgb(93,86,68); }
div.DivClassName
{
background-color: #5D5644;
}
.BgClassName
{
background-color: #5D5644;
}
</style>
border-color css
<style>
span { border-color: #5D5644; }
span { border-color: rgb(93,86,68); }
td.TdClassName
{
border-color: #5D5644;
}
.TagClassName
{
border-color: #5D5644;
}
</style>