Shades of Millbrook #545146
Tints of Millbrook #545146
RGB
CMYK
RGB Variations
Color information
#545146 (or 0x545146) is known color: Millbrook. HEX triplet: 54, 51 and 46. RGB value is (84,81,70). Sum of RGB (Red+Green+Blue) = 84+81+70=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #545146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545146 is #ABAEB9. Grayscale: #505050. Windows color (decimal): -11251386 or 4608340. OLE color: 4608340.
HSL color Cylindrical-coordinate representation of color #545146: hue angle of 47.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545146 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 70 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.67 |
| HSL | 47.14º | 0.09% | 0.3% | - |
| HSV(B) | 47.14º | 0.17% | 0.33% | - |
| XYZ | 7.7 | 8.21 | 6.97 | - |
| YUV | 80.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 70 | 0 | 0.04 | 0.17 | 0.67 | 47.14 | 0.09 | 0.3 |
| Hex | 54 | 51 | 46 | 0 | 4 | 11 | 43 | 2F | 9 | 1E |
| Octal | 124 | 121 | 106 | 0 | 4 | 21 | 103 | 57 | 11 | 36 |
| Binary | 1010100 | 1010001 | 1000110 | 0 | 100 | 10001 | 1000011 | 101111 | 1001 | 11110 |
Color Harmonies of #545146
Complementary color
Monochromatic Colors of #545146
Black with #545146
Text Example
Text Example
White with #545146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545146; }
p { color: rgb(84,81,70); }
H1.HeaderClassName
{
color: #545146;
}
.AnyTagClassName
{
color: #545146;
}
</style>
background-color css
<style>
a { background-color: #545146; }
a { background-color: rgb(84,81,70); }
div.DivClassName
{
background-color: #545146;
}
.BgClassName
{
background-color: #545146;
}
</style>
border-color css
<style>
span { border-color: #545146; }
span { border-color: rgb(84,81,70); }
td.TdClassName
{
border-color: #545146;
}
.TagClassName
{
border-color: #545146;
}
</style>