Shades of Millbrook #5A5746
Tints of Millbrook #5A5746
RGB
CMYK
RGB Variations
Color information
#5A5746 (or 0x5A5746) is known color: Millbrook. HEX triplet: 5A, 57 and 46. RGB value is (90,87,70). Sum of RGB (Red+Green+Blue) = 90+87+70=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5746 is #A5A8B9. Grayscale: #565656. Windows color (decimal): -10856634 or 4609882. OLE color: 4609882.
HSL color Cylindrical-coordinate representation of color #5A5746: hue angle of 51º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A5746 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 70 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.65 |
| HSL | 51º | 0.13% | 0.31% | - |
| HSV(B) | 51º | 0.22% | 0.35% | - |
| XYZ | 8.73 | 9.43 | 7.15 | - |
| YUV | 85.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 70 | 0 | 0.03 | 0.22 | 0.65 | 51 | 0.13 | 0.31 |
| Hex | 5A | 57 | 46 | 0 | 3 | 16 | 41 | 33 | C | 1F |
| Octal | 132 | 127 | 106 | 0 | 3 | 26 | 101 | 63 | 14 | 37 |
| Binary | 1011010 | 1010111 | 1000110 | 0 | 11 | 10110 | 1000001 | 110011 | 1100 | 11111 |
Color Harmonies of #5A5746
Complementary color
Monochromatic Colors of #5A5746
Black with #5A5746
Text Example
Text Example
White with #5A5746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5746; }
p { color: rgb(90,87,70); }
H1.HeaderClassName
{
color: #5A5746;
}
.AnyTagClassName
{
color: #5A5746;
}
</style>
background-color css
<style>
a { background-color: #5A5746; }
a { background-color: rgb(90,87,70); }
div.DivClassName
{
background-color: #5A5746;
}
.BgClassName
{
background-color: #5A5746;
}
</style>
border-color css
<style>
span { border-color: #5A5746; }
span { border-color: rgb(90,87,70); }
td.TdClassName
{
border-color: #5A5746;
}
.TagClassName
{
border-color: #5A5746;
}
</style>