Shades of Millbrook #55534A
Tints of Millbrook #55534A
RGB
CMYK
RGB Variations
Color information
#55534A (or 0x55534A) is known color: Millbrook. HEX triplet: 55, 53 and 4A. RGB value is (85,83,74). Sum of RGB (Red+Green+Blue) = 85+83+74=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #55534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55534A is #AAACB5. Grayscale: #525252. Windows color (decimal): -11185334 or 4870997. OLE color: 4870997.
HSL color Cylindrical-coordinate representation of color #55534A: hue angle of 49.09º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55534A is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 74 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.67 |
| HSL | 49.09º | 0.07% | 0.31% | - |
| HSV(B) | 49.09º | 0.13% | 0.33% | - |
| XYZ | 8.08 | 8.61 | 7.72 | - |
| YUV | 82.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 74 | 0 | 0.02 | 0.13 | 0.67 | 49.09 | 0.07 | 0.31 |
| Hex | 55 | 53 | 4A | 0 | 2 | D | 43 | 31 | 7 | 1F |
| Octal | 125 | 123 | 112 | 0 | 2 | 15 | 103 | 61 | 7 | 37 |
| Binary | 1010101 | 1010011 | 1001010 | 0 | 10 | 1101 | 1000011 | 110001 | 111 | 11111 |
Color Harmonies of #55534A
Complementary color
Monochromatic Colors of #55534A
Black with #55534A
Text Example
Text Example
White with #55534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55534A; }
p { color: rgb(85,83,74); }
H1.HeaderClassName
{
color: #55534A;
}
.AnyTagClassName
{
color: #55534A;
}
</style>
background-color css
<style>
a { background-color: #55534A; }
a { background-color: rgb(85,83,74); }
div.DivClassName
{
background-color: #55534A;
}
.BgClassName
{
background-color: #55534A;
}
</style>
border-color css
<style>
span { border-color: #55534A; }
span { border-color: rgb(85,83,74); }
td.TdClassName
{
border-color: #55534A;
}
.TagClassName
{
border-color: #55534A;
}
</style>