Shades of Millbrook #5D5944
Tints of Millbrook #5D5944
RGB
CMYK
RGB Variations
Color information
#5D5944 (or 0x5D5944) is known color: Millbrook. HEX triplet: 5D, 59 and 44. RGB value is (93,89,68). Sum of RGB (Red+Green+Blue) = 93+89+68=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5944 is #A2A6BB. Grayscale: #575757. Windows color (decimal): -10659516 or 4479325. OLE color: 4479325.
HSL color Cylindrical-coordinate representation of color #5D5944: hue angle of 50.4º 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 #5D5944 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 89 | 68 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.64 |
| HSL | 50.4º | 0.16% | 0.32% | - |
| HSV(B) | 50.4º | 0.27% | 0.36% | - |
| XYZ | 9.13 | 9.89 | 6.9 | - |
| YUV | 87.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 68 | 0 | 0.04 | 0.27 | 0.64 | 50.4 | 0.16 | 0.32 |
| Hex | 5D | 59 | 44 | 0 | 4 | 1B | 40 | 32 | 10 | 20 |
| Octal | 135 | 131 | 104 | 0 | 4 | 33 | 100 | 62 | 20 | 40 |
| Binary | 1011101 | 1011001 | 1000100 | 0 | 100 | 11011 | 1000000 | 110010 | 10000 | 100000 |
Color Harmonies of #5D5944
Complementary color
Monochromatic Colors of #5D5944
Black with #5D5944
Text Example
Text Example
White with #5D5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5944; }
p { color: rgb(93,89,68); }
H1.HeaderClassName
{
color: #5D5944;
}
.AnyTagClassName
{
color: #5D5944;
}
</style>
background-color css
<style>
a { background-color: #5D5944; }
a { background-color: rgb(93,89,68); }
div.DivClassName
{
background-color: #5D5944;
}
.BgClassName
{
background-color: #5D5944;
}
</style>
border-color css
<style>
span { border-color: #5D5944; }
span { border-color: rgb(93,89,68); }
td.TdClassName
{
border-color: #5D5944;
}
.TagClassName
{
border-color: #5D5944;
}
</style>