Shades of Millbrook #555343
Tints of Millbrook #555343
RGB
CMYK
RGB Variations
Color information
#555343 (or 0x555343) is known color: Millbrook. HEX triplet: 55, 53 and 43. RGB value is (85,83,67). Sum of RGB (Red+Green+Blue) = 85+83+67=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #555343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555343 is #AAACBC. Grayscale: #515151. Windows color (decimal): -11185341 or 4412245. OLE color: 4412245.
HSL color Cylindrical-coordinate representation of color #555343: hue angle of 53.33º 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 #555343 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 67 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.67 |
| HSL | 53.33º | 0.12% | 0.3% | - |
| HSV(B) | 53.33º | 0.21% | 0.33% | - |
| XYZ | 7.85 | 8.52 | 6.54 | - |
| YUV | 81.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 67 | 0 | 0.02 | 0.21 | 0.67 | 53.33 | 0.12 | 0.3 |
| Hex | 55 | 53 | 43 | 0 | 2 | 15 | 43 | 35 | C | 1E |
| Octal | 125 | 123 | 103 | 0 | 2 | 25 | 103 | 65 | 14 | 36 |
| Binary | 1010101 | 1010011 | 1000011 | 0 | 10 | 10101 | 1000011 | 110101 | 1100 | 11110 |
Color Harmonies of #555343
Complementary color
Monochromatic Colors of #555343
Black with #555343
Text Example
Text Example
White with #555343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555343; }
p { color: rgb(85,83,67); }
H1.HeaderClassName
{
color: #555343;
}
.AnyTagClassName
{
color: #555343;
}
</style>
background-color css
<style>
a { background-color: #555343; }
a { background-color: rgb(85,83,67); }
div.DivClassName
{
background-color: #555343;
}
.BgClassName
{
background-color: #555343;
}
</style>
border-color css
<style>
span { border-color: #555343; }
span { border-color: rgb(85,83,67); }
td.TdClassName
{
border-color: #555343;
}
.TagClassName
{
border-color: #555343;
}
</style>