Shades of Millbrook #5F5841
Tints of Millbrook #5F5841
RGB
CMYK
RGB Variations
Color information
#5F5841 (or 0x5F5841) is known color: Millbrook. HEX triplet: 5F, 58 and 41. RGB value is (95,88,65). Sum of RGB (Red+Green+Blue) = 95+88+65=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5841 is #A0A7BE. Grayscale: #575757. Windows color (decimal): -10528703 or 4282463. OLE color: 4282463.
HSL color Cylindrical-coordinate representation of color #5F5841: hue angle of 46º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F5841 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 65 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.63 |
| HSL | 46º | 0.19% | 0.31% | - |
| HSV(B) | 46º | 0.32% | 0.37% | - |
| XYZ | 9.16 | 9.79 | 6.41 | - |
| YUV | 87.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 65 | 0 | 0.07 | 0.32 | 0.63 | 46 | 0.19 | 0.31 |
| Hex | 5F | 58 | 41 | 0 | 7 | 20 | 3F | 2E | 13 | 1F |
| Octal | 137 | 130 | 101 | 0 | 7 | 40 | 77 | 56 | 23 | 37 |
| Binary | 1011111 | 1011000 | 1000001 | 0 | 111 | 100000 | 111111 | 101110 | 10011 | 11111 |
Color Harmonies of #5F5841
Complementary color
Monochromatic Colors of #5F5841
Black with #5F5841
Text Example
Text Example
White with #5F5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5841; }
p { color: rgb(95,88,65); }
H1.HeaderClassName
{
color: #5F5841;
}
.AnyTagClassName
{
color: #5F5841;
}
</style>
background-color css
<style>
a { background-color: #5F5841; }
a { background-color: rgb(95,88,65); }
div.DivClassName
{
background-color: #5F5841;
}
.BgClassName
{
background-color: #5F5841;
}
</style>
border-color css
<style>
span { border-color: #5F5841; }
span { border-color: rgb(95,88,65); }
td.TdClassName
{
border-color: #5F5841;
}
.TagClassName
{
border-color: #5F5841;
}
</style>