Shades of Millbrook #5C5644
Tints of Millbrook #5C5644
RGB
CMYK
RGB Variations
Color information
#5C5644 (or 0x5C5644) is known color: Millbrook. HEX triplet: 5C, 56 and 44. RGB value is (92,86,68). Sum of RGB (Red+Green+Blue) = 92+86+68=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5644 is #A3A9BB. Grayscale: #555555. Windows color (decimal): -10725820 or 4478556. OLE color: 4478556.
HSL color Cylindrical-coordinate representation of color #5C5644: hue angle of 45º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C5644 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 86 | 68 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.64 |
| HSL | 45º | 0.15% | 0.31% | - |
| HSV(B) | 45º | 0.26% | 0.36% | - |
| XYZ | 8.78 | 9.35 | 6.81 | - |
| YUV | 85.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 68 | 0 | 0.07 | 0.26 | 0.64 | 45 | 0.15 | 0.31 |
| Hex | 5C | 56 | 44 | 0 | 7 | 1A | 40 | 2D | F | 1F |
| Octal | 134 | 126 | 104 | 0 | 7 | 32 | 100 | 55 | 17 | 37 |
| Binary | 1011100 | 1010110 | 1000100 | 0 | 111 | 11010 | 1000000 | 101101 | 1111 | 11111 |
Color Harmonies of #5C5644
Complementary color
Monochromatic Colors of #5C5644
Black with #5C5644
Text Example
Text Example
White with #5C5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5644; }
p { color: rgb(92,86,68); }
H1.HeaderClassName
{
color: #5C5644;
}
.AnyTagClassName
{
color: #5C5644;
}
</style>
background-color css
<style>
a { background-color: #5C5644; }
a { background-color: rgb(92,86,68); }
div.DivClassName
{
background-color: #5C5644;
}
.BgClassName
{
background-color: #5C5644;
}
</style>
border-color css
<style>
span { border-color: #5C5644; }
span { border-color: rgb(92,86,68); }
td.TdClassName
{
border-color: #5C5644;
}
.TagClassName
{
border-color: #5C5644;
}
</style>