Shades of Millbrook #555246
Tints of Millbrook #555246
RGB
CMYK
RGB Variations
Color information
#555246 (or 0x555246) is known color: Millbrook. HEX triplet: 55, 52 and 46. RGB value is (85,82,70). Sum of RGB (Red+Green+Blue) = 85+82+70=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #555246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555246 is #AAADB9. Grayscale: #515151. Windows color (decimal): -11185594 or 4608597. OLE color: 4608597.
HSL color Cylindrical-coordinate representation of color #555246: hue angle of 48º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555246 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 70 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.67 |
| HSL | 48º | 0.1% | 0.3% | - |
| HSV(B) | 48º | 0.18% | 0.33% | - |
| XYZ | 7.87 | 8.41 | 7 | - |
| YUV | 81.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 70 | 0 | 0.04 | 0.18 | 0.67 | 48 | 0.1 | 0.3 |
| Hex | 55 | 52 | 46 | 0 | 4 | 12 | 43 | 30 | A | 1E |
| Octal | 125 | 122 | 106 | 0 | 4 | 22 | 103 | 60 | 12 | 36 |
| Binary | 1010101 | 1010010 | 1000110 | 0 | 100 | 10010 | 1000011 | 110000 | 1010 | 11110 |
Color Harmonies of #555246
Complementary color
Monochromatic Colors of #555246
Black with #555246
Text Example
Text Example
White with #555246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555246; }
p { color: rgb(85,82,70); }
H1.HeaderClassName
{
color: #555246;
}
.AnyTagClassName
{
color: #555246;
}
</style>
background-color css
<style>
a { background-color: #555246; }
a { background-color: rgb(85,82,70); }
div.DivClassName
{
background-color: #555246;
}
.BgClassName
{
background-color: #555246;
}
</style>
border-color css
<style>
span { border-color: #555246; }
span { border-color: rgb(85,82,70); }
td.TdClassName
{
border-color: #555246;
}
.TagClassName
{
border-color: #555246;
}
</style>