Shades of Millbrook #5A5740
Tints of Millbrook #5A5740
RGB
CMYK
RGB Variations
Color information
#5A5740 (or 0x5A5740) is known color: Millbrook. HEX triplet: 5A, 57 and 40. RGB value is (90,87,64). Sum of RGB (Red+Green+Blue) = 90+87+64=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5740 is #A5A8BF. Grayscale: #555555. Windows color (decimal): -10856640 or 4216666. OLE color: 4216666.
HSL color Cylindrical-coordinate representation of color #5A5740: hue angle of 53.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A5740 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 64 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.65 |
| HSL | 53.08º | 0.17% | 0.3% | - |
| HSV(B) | 53.08º | 0.29% | 0.35% | - |
| XYZ | 8.55 | 9.36 | 6.21 | - |
| YUV | 85.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 64 | 0 | 0.03 | 0.29 | 0.65 | 53.08 | 0.17 | 0.3 |
| Hex | 5A | 57 | 40 | 0 | 3 | 1D | 41 | 35 | 11 | 1E |
| Octal | 132 | 127 | 100 | 0 | 3 | 35 | 101 | 65 | 21 | 36 |
| Binary | 1011010 | 1010111 | 1000000 | 0 | 11 | 11101 | 1000001 | 110101 | 10001 | 11110 |
Color Harmonies of #5A5740
Complementary color
Monochromatic Colors of #5A5740
Black with #5A5740
Text Example
Text Example
White with #5A5740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5740; }
p { color: rgb(90,87,64); }
H1.HeaderClassName
{
color: #5A5740;
}
.AnyTagClassName
{
color: #5A5740;
}
</style>
background-color css
<style>
a { background-color: #5A5740; }
a { background-color: rgb(90,87,64); }
div.DivClassName
{
background-color: #5A5740;
}
.BgClassName
{
background-color: #5A5740;
}
</style>
border-color css
<style>
span { border-color: #5A5740; }
span { border-color: rgb(90,87,64); }
td.TdClassName
{
border-color: #5A5740;
}
.TagClassName
{
border-color: #5A5740;
}
</style>