Shades of Millbrook #555443
Tints of Millbrook #555443
RGB
CMYK
RGB Variations
Color information
#555443 (or 0x555443) is known color: Millbrook. HEX triplet: 55, 54 and 43. RGB value is (85,84,67). Sum of RGB (Red+Green+Blue) = 85+84+67=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #555443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555443 is #AAABBC. Grayscale: #525252. Windows color (decimal): -11185085 or 4412501. OLE color: 4412501.
HSL color Cylindrical-coordinate representation of color #555443: hue angle of 56.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555443 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 67 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.67 |
| HSL | 56.67º | 0.12% | 0.3% | - |
| HSV(B) | 56.67º | 0.21% | 0.33% | - |
| XYZ | 7.93 | 8.68 | 6.57 | - |
| YUV | 82.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 67 | 0 | 0.01 | 0.21 | 0.67 | 56.67 | 0.12 | 0.3 |
| Hex | 55 | 54 | 43 | 0 | 1 | 15 | 43 | 39 | C | 1E |
| Octal | 125 | 124 | 103 | 0 | 1 | 25 | 103 | 71 | 14 | 36 |
| Binary | 1010101 | 1010100 | 1000011 | 0 | 1 | 10101 | 1000011 | 111001 | 1100 | 11110 |
Color Harmonies of #555443
Complementary color
Monochromatic Colors of #555443
Black with #555443
Text Example
Text Example
White with #555443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555443; }
p { color: rgb(85,84,67); }
H1.HeaderClassName
{
color: #555443;
}
.AnyTagClassName
{
color: #555443;
}
</style>
background-color css
<style>
a { background-color: #555443; }
a { background-color: rgb(85,84,67); }
div.DivClassName
{
background-color: #555443;
}
.BgClassName
{
background-color: #555443;
}
</style>
border-color css
<style>
span { border-color: #555443; }
span { border-color: rgb(85,84,67); }
td.TdClassName
{
border-color: #555443;
}
.TagClassName
{
border-color: #555443;
}
</style>