Shades of Millbrook #5B5849
Tints of Millbrook #5B5849
RGB
CMYK
RGB Variations
Color information
#5B5849 (or 0x5B5849) is known color: Millbrook. HEX triplet: 5B, 58 and 49. RGB value is (91,88,73). Sum of RGB (Red+Green+Blue) = 91+88+73=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5849 is #A4A7B6. Grayscale: #575757. Windows color (decimal): -10790839 or 4806747. OLE color: 4806747.
HSL color Cylindrical-coordinate representation of color #5B5849: hue angle of 50º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B5849 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 73 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.64 |
| HSL | 50º | 0.11% | 0.32% | - |
| HSV(B) | 50º | 0.2% | 0.36% | - |
| XYZ | 9.01 | 9.68 | 7.7 | - |
| YUV | 87.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 73 | 0 | 0.03 | 0.20 | 0.64 | 50 | 0.11 | 0.32 |
| Hex | 5B | 58 | 49 | 0 | 3 | 14 | 40 | 32 | B | 20 |
| Octal | 133 | 130 | 111 | 0 | 3 | 24 | 100 | 62 | 13 | 40 |
| Binary | 1011011 | 1011000 | 1001001 | 0 | 11 | 10100 | 1000000 | 110010 | 1011 | 100000 |
Color Harmonies of #5B5849
Complementary color
Monochromatic Colors of #5B5849
Black with #5B5849
Text Example
Text Example
White with #5B5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5849; }
p { color: rgb(91,88,73); }
H1.HeaderClassName
{
color: #5B5849;
}
.AnyTagClassName
{
color: #5B5849;
}
</style>
background-color css
<style>
a { background-color: #5B5849; }
a { background-color: rgb(91,88,73); }
div.DivClassName
{
background-color: #5B5849;
}
.BgClassName
{
background-color: #5B5849;
}
</style>
border-color css
<style>
span { border-color: #5B5849; }
span { border-color: rgb(91,88,73); }
td.TdClassName
{
border-color: #5B5849;
}
.TagClassName
{
border-color: #5B5849;
}
</style>