Shades of Millbrook #5C5849
Tints of Millbrook #5C5849
RGB
CMYK
RGB Variations
Color information
#5C5849 (or 0x5C5849) is known color: Millbrook. HEX triplet: 5C, 58 and 49. RGB value is (92,88,73). Sum of RGB (Red+Green+Blue) = 92+88+73=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5849 is #A3A7B6. Grayscale: #575757. Windows color (decimal): -10725303 or 4806748. OLE color: 4806748.
HSL color Cylindrical-coordinate representation of color #5C5849: hue angle of 47.37º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C5849 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 73 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.64 |
| HSL | 47.37º | 0.12% | 0.32% | - |
| HSV(B) | 47.37º | 0.21% | 0.36% | - |
| XYZ | 9.11 | 9.74 | 7.7 | - |
| YUV | 87.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 73 | 0 | 0.04 | 0.21 | 0.64 | 47.37 | 0.12 | 0.32 |
| Hex | 5C | 58 | 49 | 0 | 4 | 15 | 40 | 2F | C | 20 |
| Octal | 134 | 130 | 111 | 0 | 4 | 25 | 100 | 57 | 14 | 40 |
| Binary | 1011100 | 1011000 | 1001001 | 0 | 100 | 10101 | 1000000 | 101111 | 1100 | 100000 |
Color Harmonies of #5C5849
Complementary color
Monochromatic Colors of #5C5849
Black with #5C5849
Text Example
Text Example
White with #5C5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5849; }
p { color: rgb(92,88,73); }
H1.HeaderClassName
{
color: #5C5849;
}
.AnyTagClassName
{
color: #5C5849;
}
</style>
background-color css
<style>
a { background-color: #5C5849; }
a { background-color: rgb(92,88,73); }
div.DivClassName
{
background-color: #5C5849;
}
.BgClassName
{
background-color: #5C5849;
}
</style>
border-color css
<style>
span { border-color: #5C5849; }
span { border-color: rgb(92,88,73); }
td.TdClassName
{
border-color: #5C5849;
}
.TagClassName
{
border-color: #5C5849;
}
</style>