Shades of Millbrook #555247
Tints of Millbrook #555247
RGB
CMYK
RGB Variations
Color information
#555247 (or 0x555247) is known color: Millbrook. HEX triplet: 55, 52 and 47. RGB value is (85,82,71). Sum of RGB (Red+Green+Blue) = 85+82+71=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #555247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555247 is #AAADB8. Grayscale: #515151. Windows color (decimal): -11185593 or 4674133. OLE color: 4674133.
HSL color Cylindrical-coordinate representation of color #555247: hue angle of 47.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555247 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 71 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.67 |
| HSL | 47.14º | 0.09% | 0.31% | - |
| HSV(B) | 47.14º | 0.16% | 0.33% | - |
| XYZ | 7.9 | 8.42 | 7.17 | - |
| YUV | 81.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 71 | 0 | 0.04 | 0.16 | 0.67 | 47.14 | 0.09 | 0.31 |
| Hex | 55 | 52 | 47 | 0 | 4 | 10 | 43 | 2F | 9 | 1F |
| Octal | 125 | 122 | 107 | 0 | 4 | 20 | 103 | 57 | 11 | 37 |
| Binary | 1010101 | 1010010 | 1000111 | 0 | 100 | 10000 | 1000011 | 101111 | 1001 | 11111 |
Color Harmonies of #555247
Complementary color
Monochromatic Colors of #555247
Black with #555247
Text Example
Text Example
White with #555247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555247; }
p { color: rgb(85,82,71); }
H1.HeaderClassName
{
color: #555247;
}
.AnyTagClassName
{
color: #555247;
}
</style>
background-color css
<style>
a { background-color: #555247; }
a { background-color: rgb(85,82,71); }
div.DivClassName
{
background-color: #555247;
}
.BgClassName
{
background-color: #555247;
}
</style>
border-color css
<style>
span { border-color: #555247; }
span { border-color: rgb(85,82,71); }
td.TdClassName
{
border-color: #555247;
}
.TagClassName
{
border-color: #555247;
}
</style>