Shades of Millbrook #55544B
Tints of Millbrook #55544B
RGB
CMYK
RGB Variations
Color information
#55544B (or 0x55544B) is known color: Millbrook. HEX triplet: 55, 54 and 4B. RGB value is (85,84,75). Sum of RGB (Red+Green+Blue) = 85+84+75=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55544B is #AAABB4. Grayscale: #535353. Windows color (decimal): -11185077 or 4936789. OLE color: 4936789.
HSL color Cylindrical-coordinate representation of color #55544B: hue angle of 54º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55544B is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 75 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.67 |
| HSL | 54º | 0.06% | 0.31% | - |
| HSV(B) | 54º | 0.12% | 0.33% | - |
| XYZ | 8.19 | 8.78 | 7.92 | - |
| YUV | 83.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 75 | 0 | 0.01 | 0.12 | 0.67 | 54 | 0.06 | 0.31 |
| Hex | 55 | 54 | 4B | 0 | 1 | C | 43 | 36 | 6 | 1F |
| Octal | 125 | 124 | 113 | 0 | 1 | 14 | 103 | 66 | 6 | 37 |
| Binary | 1010101 | 1010100 | 1001011 | 0 | 1 | 1100 | 1000011 | 110110 | 110 | 11111 |
Color Harmonies of #55544B
Complementary color
Monochromatic Colors of #55544B
Black with #55544B
Text Example
Text Example
White with #55544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55544B; }
p { color: rgb(85,84,75); }
H1.HeaderClassName
{
color: #55544B;
}
.AnyTagClassName
{
color: #55544B;
}
</style>
background-color css
<style>
a { background-color: #55544B; }
a { background-color: rgb(85,84,75); }
div.DivClassName
{
background-color: #55544B;
}
.BgClassName
{
background-color: #55544B;
}
</style>
border-color css
<style>
span { border-color: #55544B; }
span { border-color: rgb(85,84,75); }
td.TdClassName
{
border-color: #55544B;
}
.TagClassName
{
border-color: #55544B;
}
</style>