Shades of Millbrook #5B5842
Tints of Millbrook #5B5842
RGB
CMYK
RGB Variations
Color information
#5B5842 (or 0x5B5842) is known color: Millbrook. HEX triplet: 5B, 58 and 42. RGB value is (91,88,66). Sum of RGB (Red+Green+Blue) = 91+88+66=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5842 is #A4A7BD. Grayscale: #565656. Windows color (decimal): -10790846 or 4347995. OLE color: 4347995.
HSL color Cylindrical-coordinate representation of color #5B5842: hue angle of 52.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B5842 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 66 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.64 |
| HSL | 52.8º | 0.16% | 0.31% | - |
| HSV(B) | 52.8º | 0.27% | 0.36% | - |
| XYZ | 8.79 | 9.6 | 6.54 | - |
| YUV | 86.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 66 | 0 | 0.03 | 0.27 | 0.64 | 52.8 | 0.16 | 0.31 |
| Hex | 5B | 58 | 42 | 0 | 3 | 1B | 40 | 35 | 10 | 1F |
| Octal | 133 | 130 | 102 | 0 | 3 | 33 | 100 | 65 | 20 | 37 |
| Binary | 1011011 | 1011000 | 1000010 | 0 | 11 | 11011 | 1000000 | 110101 | 10000 | 11111 |
Color Harmonies of #5B5842
Complementary color
Monochromatic Colors of #5B5842
Black with #5B5842
Text Example
Text Example
White with #5B5842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5842; }
p { color: rgb(91,88,66); }
H1.HeaderClassName
{
color: #5B5842;
}
.AnyTagClassName
{
color: #5B5842;
}
</style>
background-color css
<style>
a { background-color: #5B5842; }
a { background-color: rgb(91,88,66); }
div.DivClassName
{
background-color: #5B5842;
}
.BgClassName
{
background-color: #5B5842;
}
</style>
border-color css
<style>
span { border-color: #5B5842; }
span { border-color: rgb(91,88,66); }
td.TdClassName
{
border-color: #5B5842;
}
.TagClassName
{
border-color: #5B5842;
}
</style>