Shades of Millbrook #56544C
Tints of Millbrook #56544C
RGB
CMYK
RGB Variations
Color information
#56544C (or 0x56544C) is known color: Millbrook. HEX triplet: 56, 54 and 4C. RGB value is (86,84,76). Sum of RGB (Red+Green+Blue) = 86+84+76=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 86 - color contains mainly: red. Hex color #56544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56544C is #A9ABB3. Grayscale: #535353. Windows color (decimal): -11119540 or 5002326. OLE color: 5002326.
HSL color Cylindrical-coordinate representation of color #56544C: hue angle of 48º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #56544C is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 76 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.66 |
| HSL | 48º | 0.06% | 0.32% | - |
| HSV(B) | 48º | 0.12% | 0.34% | - |
| XYZ | 8.31 | 8.84 | 8.11 | - |
| YUV | 83.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 76 | 0 | 0.02 | 0.12 | 0.66 | 48 | 0.06 | 0.32 |
| Hex | 56 | 54 | 4C | 0 | 2 | C | 42 | 30 | 6 | 20 |
| Octal | 126 | 124 | 114 | 0 | 2 | 14 | 102 | 60 | 6 | 40 |
| Binary | 1010110 | 1010100 | 1001100 | 0 | 10 | 1100 | 1000010 | 110000 | 110 | 100000 |
Color Harmonies of #56544C
Complementary color
Monochromatic Colors of #56544C
Black with #56544C
Text Example
Text Example
White with #56544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56544C; }
p { color: rgb(86,84,76); }
H1.HeaderClassName
{
color: #56544C;
}
.AnyTagClassName
{
color: #56544C;
}
</style>
background-color css
<style>
a { background-color: #56544C; }
a { background-color: rgb(86,84,76); }
div.DivClassName
{
background-color: #56544C;
}
.BgClassName
{
background-color: #56544C;
}
</style>
border-color css
<style>
span { border-color: #56544C; }
span { border-color: rgb(86,84,76); }
td.TdClassName
{
border-color: #56544C;
}
.TagClassName
{
border-color: #56544C;
}
</style>