Shades of Millbrook #555243
Tints of Millbrook #555243
RGB
CMYK
RGB Variations
Color information
#555243 (or 0x555243) is known color: Millbrook. HEX triplet: 55, 52 and 43. RGB value is (85,82,67). Sum of RGB (Red+Green+Blue) = 85+82+67=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #555243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555243 is #AAADBC. Grayscale: #515151. Windows color (decimal): -11185597 or 4411989. OLE color: 4411989.
HSL color Cylindrical-coordinate representation of color #555243: hue angle of 50º 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 #555243 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 67 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.67 |
| HSL | 50º | 0.12% | 0.3% | - |
| HSV(B) | 50º | 0.21% | 0.33% | - |
| XYZ | 7.78 | 8.37 | 6.52 | - |
| YUV | 81.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 67 | 0 | 0.04 | 0.21 | 0.67 | 50 | 0.12 | 0.3 |
| Hex | 55 | 52 | 43 | 0 | 4 | 15 | 43 | 32 | C | 1E |
| Octal | 125 | 122 | 103 | 0 | 4 | 25 | 103 | 62 | 14 | 36 |
| Binary | 1010101 | 1010010 | 1000011 | 0 | 100 | 10101 | 1000011 | 110010 | 1100 | 11110 |
Color Harmonies of #555243
Complementary color
Monochromatic Colors of #555243
Black with #555243
Text Example
Text Example
White with #555243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555243; }
p { color: rgb(85,82,67); }
H1.HeaderClassName
{
color: #555243;
}
.AnyTagClassName
{
color: #555243;
}
</style>
background-color css
<style>
a { background-color: #555243; }
a { background-color: rgb(85,82,67); }
div.DivClassName
{
background-color: #555243;
}
.BgClassName
{
background-color: #555243;
}
</style>
border-color css
<style>
span { border-color: #555243; }
span { border-color: rgb(85,82,67); }
td.TdClassName
{
border-color: #555243;
}
.TagClassName
{
border-color: #555243;
}
</style>