Shades of Millbrook #5F5A49
Tints of Millbrook #5F5A49
RGB
CMYK
RGB Variations
Color information
#5F5A49 (or 0x5F5A49) is known color: Millbrook. HEX triplet: 5F, 5A and 49. RGB value is (95,90,73). Sum of RGB (Red+Green+Blue) = 95+90+73=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5A49 is #A0A5B6. Grayscale: #595959. Windows color (decimal): -10528183 or 4807263. OLE color: 4807263.
HSL color Cylindrical-coordinate representation of color #5F5A49: hue angle of 46.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F5A49 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 90 | 73 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.63 |
| HSL | 46.36º | 0.13% | 0.33% | - |
| HSV(B) | 46.36º | 0.23% | 0.37% | - |
| XYZ | 9.58 | 10.23 | 7.77 | - |
| YUV | 89.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 73 | 0 | 0.05 | 0.23 | 0.63 | 46.36 | 0.13 | 0.33 |
| Hex | 5F | 5A | 49 | 0 | 5 | 17 | 3F | 2E | D | 21 |
| Octal | 137 | 132 | 111 | 0 | 5 | 27 | 77 | 56 | 15 | 41 |
| Binary | 1011111 | 1011010 | 1001001 | 0 | 101 | 10111 | 111111 | 101110 | 1101 | 100001 |
Color Harmonies of #5F5A49
Complementary color
Monochromatic Colors of #5F5A49
Black with #5F5A49
Text Example
Text Example
White with #5F5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5A49; }
p { color: rgb(95,90,73); }
H1.HeaderClassName
{
color: #5F5A49;
}
.AnyTagClassName
{
color: #5F5A49;
}
</style>
background-color css
<style>
a { background-color: #5F5A49; }
a { background-color: rgb(95,90,73); }
div.DivClassName
{
background-color: #5F5A49;
}
.BgClassName
{
background-color: #5F5A49;
}
</style>
border-color css
<style>
span { border-color: #5F5A49; }
span { border-color: rgb(95,90,73); }
td.TdClassName
{
border-color: #5F5A49;
}
.TagClassName
{
border-color: #5F5A49;
}
</style>