Shades of Millbrook #5B5441
Tints of Millbrook #5B5441
RGB
CMYK
RGB Variations
Color information
#5B5441 (or 0x5B5441) is known color: Millbrook. HEX triplet: 5B, 54 and 41. RGB value is (91,84,65). Sum of RGB (Red+Green+Blue) = 91+84+65=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5441 is #A4ABBE. Grayscale: #545454. Windows color (decimal): -10791871 or 4281435. OLE color: 4281435.
HSL color Cylindrical-coordinate representation of color #5B5441: hue angle of 43.85º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B5441 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 65 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.64 |
| HSL | 43.85º | 0.17% | 0.31% | - |
| HSV(B) | 43.85º | 0.29% | 0.36% | - |
| XYZ | 8.44 | 8.95 | 6.28 | - |
| YUV | 83.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 65 | 0 | 0.08 | 0.29 | 0.64 | 43.85 | 0.17 | 0.31 |
| Hex | 5B | 54 | 41 | 0 | 8 | 1D | 40 | 2C | 11 | 1F |
| Octal | 133 | 124 | 101 | 0 | 10 | 35 | 100 | 54 | 21 | 37 |
| Binary | 1011011 | 1010100 | 1000001 | 0 | 1000 | 11101 | 1000000 | 101100 | 10001 | 11111 |
Color Harmonies of #5B5441
Complementary color
Monochromatic Colors of #5B5441
Black with #5B5441
Text Example
Text Example
White with #5B5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5441; }
p { color: rgb(91,84,65); }
H1.HeaderClassName
{
color: #5B5441;
}
.AnyTagClassName
{
color: #5B5441;
}
</style>
background-color css
<style>
a { background-color: #5B5441; }
a { background-color: rgb(91,84,65); }
div.DivClassName
{
background-color: #5B5441;
}
.BgClassName
{
background-color: #5B5441;
}
</style>
border-color css
<style>
span { border-color: #5B5441; }
span { border-color: rgb(91,84,65); }
td.TdClassName
{
border-color: #5B5441;
}
.TagClassName
{
border-color: #5B5441;
}
</style>