Shades of Millbrook #5C5845
Tints of Millbrook #5C5845
RGB
CMYK
RGB Variations
Color information
#5C5845 (or 0x5C5845) is known color: Millbrook. HEX triplet: 5C, 58 and 45. RGB value is (92,88,69). Sum of RGB (Red+Green+Blue) = 92+88+69=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5845 is #A3A7BA. Grayscale: #575757. Windows color (decimal): -10725307 or 4544604. OLE color: 4544604.
HSL color Cylindrical-coordinate representation of color #5C5845: hue angle of 49.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C5845 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 69 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.64 |
| HSL | 49.57º | 0.14% | 0.32% | - |
| HSV(B) | 49.57º | 0.25% | 0.36% | - |
| XYZ | 8.98 | 9.68 | 7.03 | - |
| YUV | 87.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 69 | 0 | 0.04 | 0.25 | 0.64 | 49.57 | 0.14 | 0.32 |
| Hex | 5C | 58 | 45 | 0 | 4 | 19 | 40 | 32 | E | 20 |
| Octal | 134 | 130 | 105 | 0 | 4 | 31 | 100 | 62 | 16 | 40 |
| Binary | 1011100 | 1011000 | 1000101 | 0 | 100 | 11001 | 1000000 | 110010 | 1110 | 100000 |
Color Harmonies of #5C5845
Complementary color
Monochromatic Colors of #5C5845
Black with #5C5845
Text Example
Text Example
White with #5C5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5845; }
p { color: rgb(92,88,69); }
H1.HeaderClassName
{
color: #5C5845;
}
.AnyTagClassName
{
color: #5C5845;
}
</style>
background-color css
<style>
a { background-color: #5C5845; }
a { background-color: rgb(92,88,69); }
div.DivClassName
{
background-color: #5C5845;
}
.BgClassName
{
background-color: #5C5845;
}
</style>
border-color css
<style>
span { border-color: #5C5845; }
span { border-color: rgb(92,88,69); }
td.TdClassName
{
border-color: #5C5845;
}
.TagClassName
{
border-color: #5C5845;
}
</style>