Shades of Millbrook #5C594D
Tints of Millbrook #5C594D
RGB
CMYK
RGB Variations
Color information
#5C594D (or 0x5C594D) is known color: Millbrook. HEX triplet: 5C, 59 and 4D. RGB value is (92,89,77). Sum of RGB (Red+Green+Blue) = 92+89+77=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 92 - color contains mainly: red. Hex color #5C594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C594D is #A3A6B2. Grayscale: #585858. Windows color (decimal): -10725043 or 5069148. OLE color: 5069148.
HSL color Cylindrical-coordinate representation of color #5C594D: hue angle of 48º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C594D is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 77 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.64 |
| HSL | 48º | 0.09% | 0.33% | - |
| HSV(B) | 48º | 0.16% | 0.36% | - |
| XYZ | 9.33 | 9.96 | 8.45 | - |
| YUV | 88.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 77 | 0 | 0.03 | 0.16 | 0.64 | 48 | 0.09 | 0.33 |
| Hex | 5C | 59 | 4D | 0 | 3 | 10 | 40 | 30 | 9 | 21 |
| Octal | 134 | 131 | 115 | 0 | 3 | 20 | 100 | 60 | 11 | 41 |
| Binary | 1011100 | 1011001 | 1001101 | 0 | 11 | 10000 | 1000000 | 110000 | 1001 | 100001 |
Color Harmonies of #5C594D
Complementary color
Monochromatic Colors of #5C594D
Black with #5C594D
Text Example
Text Example
White with #5C594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C594D; }
p { color: rgb(92,89,77); }
H1.HeaderClassName
{
color: #5C594D;
}
.AnyTagClassName
{
color: #5C594D;
}
</style>
background-color css
<style>
a { background-color: #5C594D; }
a { background-color: rgb(92,89,77); }
div.DivClassName
{
background-color: #5C594D;
}
.BgClassName
{
background-color: #5C594D;
}
</style>
border-color css
<style>
span { border-color: #5C594D; }
span { border-color: rgb(92,89,77); }
td.TdClassName
{
border-color: #5C594D;
}
.TagClassName
{
border-color: #5C594D;
}
</style>