Shades of Millbrook #5A5649
Tints of Millbrook #5A5649
RGB
CMYK
RGB Variations
Color information
#5A5649 (or 0x5A5649) is known color: Millbrook. HEX triplet: 5A, 56 and 49. RGB value is (90,86,73). Sum of RGB (Red+Green+Blue) = 90+86+73=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5649 is #A5A9B6. Grayscale: #555555. Windows color (decimal): -10856887 or 4806234. OLE color: 4806234.
HSL color Cylindrical-coordinate representation of color #5A5649: hue angle of 45.88º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A5649 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 73 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.65 |
| HSL | 45.88º | 0.1% | 0.32% | - |
| HSV(B) | 45.88º | 0.19% | 0.35% | - |
| XYZ | 8.75 | 9.31 | 7.64 | - |
| YUV | 85.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 73 | 0 | 0.04 | 0.19 | 0.65 | 45.88 | 0.1 | 0.32 |
| Hex | 5A | 56 | 49 | 0 | 4 | 13 | 41 | 2E | A | 20 |
| Octal | 132 | 126 | 111 | 0 | 4 | 23 | 101 | 56 | 12 | 40 |
| Binary | 1011010 | 1010110 | 1001001 | 0 | 100 | 10011 | 1000001 | 101110 | 1010 | 100000 |
Color Harmonies of #5A5649
Complementary color
Monochromatic Colors of #5A5649
Black with #5A5649
Text Example
Text Example
White with #5A5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5649; }
p { color: rgb(90,86,73); }
H1.HeaderClassName
{
color: #5A5649;
}
.AnyTagClassName
{
color: #5A5649;
}
</style>
background-color css
<style>
a { background-color: #5A5649; }
a { background-color: rgb(90,86,73); }
div.DivClassName
{
background-color: #5A5649;
}
.BgClassName
{
background-color: #5A5649;
}
</style>
border-color css
<style>
span { border-color: #5A5649; }
span { border-color: rgb(90,86,73); }
td.TdClassName
{
border-color: #5A5649;
}
.TagClassName
{
border-color: #5A5649;
}
</style>