Shades of Millbrook #5F5D49
Tints of Millbrook #5F5D49
RGB
CMYK
RGB Variations
Color information
#5F5D49 (or 0x5F5D49) is known color: Millbrook. HEX triplet: 5F, 5D and 49. RGB value is (95,93,73). Sum of RGB (Red+Green+Blue) = 95+93+73=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5D49 is #A0A2B6. Grayscale: #5B5B5B. Windows color (decimal): -10527415 or 4808031. OLE color: 4808031.
HSL color Cylindrical-coordinate representation of color #5F5D49: hue angle of 54.55º 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 #5F5D49 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 93 | 73 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.63 |
| HSL | 54.55º | 0.13% | 0.33% | - |
| HSV(B) | 54.55º | 0.23% | 0.37% | - |
| XYZ | 9.84 | 10.74 | 7.86 | - |
| YUV | 91.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 73 | 0 | 0.02 | 0.23 | 0.63 | 54.55 | 0.13 | 0.33 |
| Hex | 5F | 5D | 49 | 0 | 2 | 17 | 3F | 37 | D | 21 |
| Octal | 137 | 135 | 111 | 0 | 2 | 27 | 77 | 67 | 15 | 41 |
| Binary | 1011111 | 1011101 | 1001001 | 0 | 10 | 10111 | 111111 | 110111 | 1101 | 100001 |
Color Harmonies of #5F5D49
Complementary color
Monochromatic Colors of #5F5D49
Black with #5F5D49
Text Example
Text Example
White with #5F5D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5D49; }
p { color: rgb(95,93,73); }
H1.HeaderClassName
{
color: #5F5D49;
}
.AnyTagClassName
{
color: #5F5D49;
}
</style>
background-color css
<style>
a { background-color: #5F5D49; }
a { background-color: rgb(95,93,73); }
div.DivClassName
{
background-color: #5F5D49;
}
.BgClassName
{
background-color: #5F5D49;
}
</style>
border-color css
<style>
span { border-color: #5F5D49; }
span { border-color: rgb(95,93,73); }
td.TdClassName
{
border-color: #5F5D49;
}
.TagClassName
{
border-color: #5F5D49;
}
</style>