Shades of Millbrook #5D5642
Tints of Millbrook #5D5642
RGB
CMYK
RGB Variations
Color information
#5D5642 (or 0x5D5642) is known color: Millbrook. HEX triplet: 5D, 56 and 42. RGB value is (93,86,66). Sum of RGB (Red+Green+Blue) = 93+86+66=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5642 is #A2A9BD. Grayscale: #555555. Windows color (decimal): -10660286 or 4347485. OLE color: 4347485.
HSL color Cylindrical-coordinate representation of color #5D5642: hue angle of 44.44º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D5642 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 86 | 66 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.64 |
| HSL | 44.44º | 0.17% | 0.31% | - |
| HSV(B) | 44.44º | 0.29% | 0.36% | - |
| XYZ | 8.83 | 9.38 | 6.5 | - |
| YUV | 85.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 66 | 0 | 0.08 | 0.29 | 0.64 | 44.44 | 0.17 | 0.31 |
| Hex | 5D | 56 | 42 | 0 | 8 | 1D | 40 | 2C | 11 | 1F |
| Octal | 135 | 126 | 102 | 0 | 10 | 35 | 100 | 54 | 21 | 37 |
| Binary | 1011101 | 1010110 | 1000010 | 0 | 1000 | 11101 | 1000000 | 101100 | 10001 | 11111 |
Color Harmonies of #5D5642
Complementary color
Monochromatic Colors of #5D5642
Black with #5D5642
Text Example
Text Example
White with #5D5642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5642; }
p { color: rgb(93,86,66); }
H1.HeaderClassName
{
color: #5D5642;
}
.AnyTagClassName
{
color: #5D5642;
}
</style>
background-color css
<style>
a { background-color: #5D5642; }
a { background-color: rgb(93,86,66); }
div.DivClassName
{
background-color: #5D5642;
}
.BgClassName
{
background-color: #5D5642;
}
</style>
border-color css
<style>
span { border-color: #5D5642; }
span { border-color: rgb(93,86,66); }
td.TdClassName
{
border-color: #5D5642;
}
.TagClassName
{
border-color: #5D5642;
}
</style>