Shades of Millbrook #5B5944
Tints of Millbrook #5B5944
RGB
CMYK
RGB Variations
Color information
#5B5944 (or 0x5B5944) is known color: Millbrook. HEX triplet: 5B, 59 and 44. RGB value is (91,89,68). Sum of RGB (Red+Green+Blue) = 91+89+68=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5944 is #A4A6BB. Grayscale: #575757. Windows color (decimal): -10790588 or 4479323. OLE color: 4479323.
HSL color Cylindrical-coordinate representation of color #5B5944: hue angle of 54.78º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B5944 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 68 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.64 |
| HSL | 54.78º | 0.14% | 0.31% | - |
| HSV(B) | 54.78º | 0.25% | 0.36% | - |
| XYZ | 8.93 | 9.79 | 6.89 | - |
| YUV | 87.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 68 | 0 | 0.02 | 0.25 | 0.64 | 54.78 | 0.14 | 0.31 |
| Hex | 5B | 59 | 44 | 0 | 2 | 19 | 40 | 37 | E | 1F |
| Octal | 133 | 131 | 104 | 0 | 2 | 31 | 100 | 67 | 16 | 37 |
| Binary | 1011011 | 1011001 | 1000100 | 0 | 10 | 11001 | 1000000 | 110111 | 1110 | 11111 |
Color Harmonies of #5B5944
Complementary color
Monochromatic Colors of #5B5944
Black with #5B5944
Text Example
Text Example
White with #5B5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5944; }
p { color: rgb(91,89,68); }
H1.HeaderClassName
{
color: #5B5944;
}
.AnyTagClassName
{
color: #5B5944;
}
</style>
background-color css
<style>
a { background-color: #5B5944; }
a { background-color: rgb(91,89,68); }
div.DivClassName
{
background-color: #5B5944;
}
.BgClassName
{
background-color: #5B5944;
}
</style>
border-color css
<style>
span { border-color: #5B5944; }
span { border-color: rgb(91,89,68); }
td.TdClassName
{
border-color: #5B5944;
}
.TagClassName
{
border-color: #5B5944;
}
</style>