Shades of Millbrook #5B563F
Tints of Millbrook #5B563F
RGB
CMYK
RGB Variations
Color information
#5B563F (or 0x5B563F) is known color: Millbrook. HEX triplet: 5B, 56 and 3F. RGB value is (91,86,63). Sum of RGB (Red+Green+Blue) = 91+86+63=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 91 - color contains mainly: red. Hex color #5B563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B563F is #A4A9C0. Grayscale: #545454. Windows color (decimal): -10791361 or 4150875. OLE color: 4150875.
HSL color Cylindrical-coordinate representation of color #5B563F: hue angle of 49.29º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B563F is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 86 | 63 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.64 |
| HSL | 49.29º | 0.18% | 0.3% | - |
| HSV(B) | 49.29º | 0.31% | 0.36% | - |
| XYZ | 8.54 | 9.24 | 6.04 | - |
| YUV | 84.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 63 | 0 | 0.05 | 0.31 | 0.64 | 49.29 | 0.18 | 0.3 |
| Hex | 5B | 56 | 3F | 0 | 5 | 1F | 40 | 31 | 12 | 1E |
| Octal | 133 | 126 | 77 | 0 | 5 | 37 | 100 | 61 | 22 | 36 |
| Binary | 1011011 | 1010110 | 111111 | 0 | 101 | 11111 | 1000000 | 110001 | 10010 | 11110 |
Color Harmonies of #5B563F
Complementary color
Monochromatic Colors of #5B563F
Black with #5B563F
Text Example
Text Example
White with #5B563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B563F; }
p { color: rgb(91,86,63); }
H1.HeaderClassName
{
color: #5B563F;
}
.AnyTagClassName
{
color: #5B563F;
}
</style>
background-color css
<style>
a { background-color: #5B563F; }
a { background-color: rgb(91,86,63); }
div.DivClassName
{
background-color: #5B563F;
}
.BgClassName
{
background-color: #5B563F;
}
</style>
border-color css
<style>
span { border-color: #5B563F; }
span { border-color: rgb(91,86,63); }
td.TdClassName
{
border-color: #5B563F;
}
.TagClassName
{
border-color: #5B563F;
}
</style>