Shades of Millbrook #54534F
Tints of Millbrook #54534F
RGB
CMYK
RGB Variations
Color information
#54534F (or 0x54534F) is known color: Millbrook. HEX triplet: 54, 53 and 4F. RGB value is (84,83,79). Sum of RGB (Red+Green+Blue) = 84+83+79=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 84 - color contains mainly: red. Hex color #54534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54534F is #ABACB0. Grayscale: #525252. Windows color (decimal): -11250865 or 5198676. OLE color: 5198676.
HSL color Cylindrical-coordinate representation of color #54534F: hue angle of 48º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #54534F is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 79 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.67 |
| HSL | 48º | 0.03% | 0.32% | - |
| HSV(B) | 48º | 0.06% | 0.33% | - |
| XYZ | 8.16 | 8.64 | 8.63 | - |
| YUV | 82.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 79 | 0 | 0.01 | 0.06 | 0.67 | 48 | 0.03 | 0.32 |
| Hex | 54 | 53 | 4F | 0 | 1 | 6 | 43 | 30 | 3 | 20 |
| Octal | 124 | 123 | 117 | 0 | 1 | 6 | 103 | 60 | 3 | 40 |
| Binary | 1010100 | 1010011 | 1001111 | 0 | 1 | 110 | 1000011 | 110000 | 11 | 100000 |
Color Harmonies of #54534F
Complementary color
Monochromatic Colors of #54534F
Black with #54534F
Text Example
Text Example
White with #54534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54534F; }
p { color: rgb(84,83,79); }
H1.HeaderClassName
{
color: #54534F;
}
.AnyTagClassName
{
color: #54534F;
}
</style>
background-color css
<style>
a { background-color: #54534F; }
a { background-color: rgb(84,83,79); }
div.DivClassName
{
background-color: #54534F;
}
.BgClassName
{
background-color: #54534F;
}
</style>
border-color css
<style>
span { border-color: #54534F; }
span { border-color: rgb(84,83,79); }
td.TdClassName
{
border-color: #54534F;
}
.TagClassName
{
border-color: #54534F;
}
</style>