Shades of Millbrook #5A5645
Tints of Millbrook #5A5645
RGB
CMYK
RGB Variations
Color information
#5A5645 (or 0x5A5645) is known color: Millbrook. HEX triplet: 5A, 56 and 45. RGB value is (90,86,69). Sum of RGB (Red+Green+Blue) = 90+86+69=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5645 is #A5A9BA. Grayscale: #555555. Windows color (decimal): -10856891 or 4544090. OLE color: 4544090.
HSL color Cylindrical-coordinate representation of color #5A5645: hue angle of 48.57º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A5645 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 69 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.65 |
| HSL | 48.57º | 0.13% | 0.31% | - |
| HSV(B) | 48.57º | 0.23% | 0.35% | - |
| XYZ | 8.62 | 9.26 | 6.96 | - |
| YUV | 85.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 69 | 0 | 0.04 | 0.23 | 0.65 | 48.57 | 0.13 | 0.31 |
| Hex | 5A | 56 | 45 | 0 | 4 | 17 | 41 | 31 | D | 1F |
| Octal | 132 | 126 | 105 | 0 | 4 | 27 | 101 | 61 | 15 | 37 |
| Binary | 1011010 | 1010110 | 1000101 | 0 | 100 | 10111 | 1000001 | 110001 | 1101 | 11111 |
Color Harmonies of #5A5645
Complementary color
Monochromatic Colors of #5A5645
Black with #5A5645
Text Example
Text Example
White with #5A5645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5645; }
p { color: rgb(90,86,69); }
H1.HeaderClassName
{
color: #5A5645;
}
.AnyTagClassName
{
color: #5A5645;
}
</style>
background-color css
<style>
a { background-color: #5A5645; }
a { background-color: rgb(90,86,69); }
div.DivClassName
{
background-color: #5A5645;
}
.BgClassName
{
background-color: #5A5645;
}
</style>
border-color css
<style>
span { border-color: #5A5645; }
span { border-color: rgb(90,86,69); }
td.TdClassName
{
border-color: #5A5645;
}
.TagClassName
{
border-color: #5A5645;
}
</style>