Shades of Millbrook #5C5842
Tints of Millbrook #5C5842
RGB
CMYK
RGB Variations
Color information
#5C5842 (or 0x5C5842) is known color: Millbrook. HEX triplet: 5C, 58 and 42. RGB value is (92,88,66). Sum of RGB (Red+Green+Blue) = 92+88+66=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5842 is #A3A7BD. Grayscale: #565656. Windows color (decimal): -10725310 or 4347996. OLE color: 4347996.
HSL color Cylindrical-coordinate representation of color #5C5842: hue angle of 50.77º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C5842 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 66 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.64 |
| HSL | 50.77º | 0.16% | 0.31% | - |
| HSV(B) | 50.77º | 0.28% | 0.36% | - |
| XYZ | 8.89 | 9.65 | 6.55 | - |
| YUV | 86.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 66 | 0 | 0.04 | 0.28 | 0.64 | 50.77 | 0.16 | 0.31 |
| Hex | 5C | 58 | 42 | 0 | 4 | 1C | 40 | 33 | 10 | 1F |
| Octal | 134 | 130 | 102 | 0 | 4 | 34 | 100 | 63 | 20 | 37 |
| Binary | 1011100 | 1011000 | 1000010 | 0 | 100 | 11100 | 1000000 | 110011 | 10000 | 11111 |
Color Harmonies of #5C5842
Complementary color
Monochromatic Colors of #5C5842
Black with #5C5842
Text Example
Text Example
White with #5C5842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5842; }
p { color: rgb(92,88,66); }
H1.HeaderClassName
{
color: #5C5842;
}
.AnyTagClassName
{
color: #5C5842;
}
</style>
background-color css
<style>
a { background-color: #5C5842; }
a { background-color: rgb(92,88,66); }
div.DivClassName
{
background-color: #5C5842;
}
.BgClassName
{
background-color: #5C5842;
}
</style>
border-color css
<style>
span { border-color: #5C5842; }
span { border-color: rgb(92,88,66); }
td.TdClassName
{
border-color: #5C5842;
}
.TagClassName
{
border-color: #5C5842;
}
</style>