Shades of Millbrook #5B5847
Tints of Millbrook #5B5847
RGB
CMYK
RGB Variations
Color information
#5B5847 (or 0x5B5847) is known color: Millbrook. HEX triplet: 5B, 58 and 47. RGB value is (91,88,71). Sum of RGB (Red+Green+Blue) = 91+88+71=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5847 is #A4A7B8. Grayscale: #575757. Windows color (decimal): -10790841 or 4675675. OLE color: 4675675.
HSL color Cylindrical-coordinate representation of color #5B5847: hue angle of 51º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B5847 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 71 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.64 |
| HSL | 51º | 0.12% | 0.32% | - |
| HSV(B) | 51º | 0.22% | 0.36% | - |
| XYZ | 8.94 | 9.66 | 7.35 | - |
| YUV | 86.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 71 | 0 | 0.03 | 0.22 | 0.64 | 51 | 0.12 | 0.32 |
| Hex | 5B | 58 | 47 | 0 | 3 | 16 | 40 | 33 | C | 20 |
| Octal | 133 | 130 | 107 | 0 | 3 | 26 | 100 | 63 | 14 | 40 |
| Binary | 1011011 | 1011000 | 1000111 | 0 | 11 | 10110 | 1000000 | 110011 | 1100 | 100000 |
Color Harmonies of #5B5847
Complementary color
Monochromatic Colors of #5B5847
Black with #5B5847
Text Example
Text Example
White with #5B5847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5847; }
p { color: rgb(91,88,71); }
H1.HeaderClassName
{
color: #5B5847;
}
.AnyTagClassName
{
color: #5B5847;
}
</style>
background-color css
<style>
a { background-color: #5B5847; }
a { background-color: rgb(91,88,71); }
div.DivClassName
{
background-color: #5B5847;
}
.BgClassName
{
background-color: #5B5847;
}
</style>
border-color css
<style>
span { border-color: #5B5847; }
span { border-color: rgb(91,88,71); }
td.TdClassName
{
border-color: #5B5847;
}
.TagClassName
{
border-color: #5B5847;
}
</style>