Shades of Millbrook #5B563E
Tints of Millbrook #5B563E
RGB
CMYK
RGB Variations
Color information
#5B563E (or 0x5B563E) is known color: Millbrook. HEX triplet: 5B, 56 and 3E. RGB value is (91,86,62). Sum of RGB (Red+Green+Blue) = 91+86+62=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B563E is #A4A9C1. Grayscale: #545454. Windows color (decimal): -10791362 or 4085339. OLE color: 4085339.
HSL color Cylindrical-coordinate representation of color #5B563E: hue angle of 49.66º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B563E is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 86 | 62 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.64 |
| HSL | 49.66º | 0.19% | 0.3% | - |
| HSV(B) | 49.66º | 0.32% | 0.36% | - |
| XYZ | 8.51 | 9.23 | 5.89 | - |
| YUV | 84.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 62 | 0 | 0.05 | 0.32 | 0.64 | 49.66 | 0.19 | 0.3 |
| Hex | 5B | 56 | 3E | 0 | 5 | 20 | 40 | 32 | 13 | 1E |
| Octal | 133 | 126 | 76 | 0 | 5 | 40 | 100 | 62 | 23 | 36 |
| Binary | 1011011 | 1010110 | 111110 | 0 | 101 | 100000 | 1000000 | 110010 | 10011 | 11110 |
Color Harmonies of #5B563E
Complementary color
Monochromatic Colors of #5B563E
Black with #5B563E
Text Example
Text Example
White with #5B563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B563E; }
p { color: rgb(91,86,62); }
H1.HeaderClassName
{
color: #5B563E;
}
.AnyTagClassName
{
color: #5B563E;
}
</style>
background-color css
<style>
a { background-color: #5B563E; }
a { background-color: rgb(91,86,62); }
div.DivClassName
{
background-color: #5B563E;
}
.BgClassName
{
background-color: #5B563E;
}
</style>
border-color css
<style>
span { border-color: #5B563E; }
span { border-color: rgb(91,86,62); }
td.TdClassName
{
border-color: #5B563E;
}
.TagClassName
{
border-color: #5B563E;
}
</style>