Shades of Millbrook #5C5747
Tints of Millbrook #5C5747
RGB
CMYK
RGB Variations
Color information
#5C5747 (or 0x5C5747) is known color: Millbrook. HEX triplet: 5C, 57 and 47. RGB value is (92,87,71). Sum of RGB (Red+Green+Blue) = 92+87+71=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5747 is #A3A8B8. Grayscale: #565656. Windows color (decimal): -10725561 or 4675420. OLE color: 4675420.
HSL color Cylindrical-coordinate representation of color #5C5747: hue angle of 45.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C5747 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 87 | 71 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.64 |
| HSL | 45.71º | 0.13% | 0.32% | - |
| HSV(B) | 45.71º | 0.23% | 0.36% | - |
| XYZ | 8.96 | 9.55 | 7.33 | - |
| YUV | 86.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 71 | 0 | 0.05 | 0.23 | 0.64 | 45.71 | 0.13 | 0.32 |
| Hex | 5C | 57 | 47 | 0 | 5 | 17 | 40 | 2E | D | 20 |
| Octal | 134 | 127 | 107 | 0 | 5 | 27 | 100 | 56 | 15 | 40 |
| Binary | 1011100 | 1010111 | 1000111 | 0 | 101 | 10111 | 1000000 | 101110 | 1101 | 100000 |
Color Harmonies of #5C5747
Complementary color
Monochromatic Colors of #5C5747
Black with #5C5747
Text Example
Text Example
White with #5C5747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5747; }
p { color: rgb(92,87,71); }
H1.HeaderClassName
{
color: #5C5747;
}
.AnyTagClassName
{
color: #5C5747;
}
</style>
background-color css
<style>
a { background-color: #5C5747; }
a { background-color: rgb(92,87,71); }
div.DivClassName
{
background-color: #5C5747;
}
.BgClassName
{
background-color: #5C5747;
}
</style>
border-color css
<style>
span { border-color: #5C5747; }
span { border-color: rgb(92,87,71); }
td.TdClassName
{
border-color: #5C5747;
}
.TagClassName
{
border-color: #5C5747;
}
</style>