Shades of Millbrook #5A5949
Tints of Millbrook #5A5949
RGB
CMYK
RGB Variations
Color information
#5A5949 (or 0x5A5949) is known color: Millbrook. HEX triplet: 5A, 59 and 49. RGB value is (90,89,73). Sum of RGB (Red+Green+Blue) = 90+89+73=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5949 is #A5A6B6. Grayscale: #575757. Windows color (decimal): -10856119 or 4807002. OLE color: 4807002.
HSL color Cylindrical-coordinate representation of color #5A5949: hue angle of 56.47º 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 #5A5949 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 73 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.65 |
| HSL | 56.47º | 0.1% | 0.32% | - |
| HSV(B) | 56.47º | 0.19% | 0.35% | - |
| XYZ | 8.99 | 9.8 | 7.72 | - |
| YUV | 87.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 73 | 0 | 0.01 | 0.19 | 0.65 | 56.47 | 0.1 | 0.32 |
| Hex | 5A | 59 | 49 | 0 | 1 | 13 | 41 | 38 | A | 20 |
| Octal | 132 | 131 | 111 | 0 | 1 | 23 | 101 | 70 | 12 | 40 |
| Binary | 1011010 | 1011001 | 1001001 | 0 | 1 | 10011 | 1000001 | 111000 | 1010 | 100000 |
Color Harmonies of #5A5949
Complementary color
Monochromatic Colors of #5A5949
Black with #5A5949
Text Example
Text Example
White with #5A5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5949; }
p { color: rgb(90,89,73); }
H1.HeaderClassName
{
color: #5A5949;
}
.AnyTagClassName
{
color: #5A5949;
}
</style>
background-color css
<style>
a { background-color: #5A5949; }
a { background-color: rgb(90,89,73); }
div.DivClassName
{
background-color: #5A5949;
}
.BgClassName
{
background-color: #5A5949;
}
</style>
border-color css
<style>
span { border-color: #5A5949; }
span { border-color: rgb(90,89,73); }
td.TdClassName
{
border-color: #5A5949;
}
.TagClassName
{
border-color: #5A5949;
}
</style>