Shades of Moccaccino #542E2C
Tints of Moccaccino #542E2C
RGB
CMYK
RGB Variations
Color information
#542E2C (or 0x542E2C) is known color: Moccaccino. HEX triplet: 54, 2E and 2C. RGB value is (84,46,44). Sum of RGB (Red+Green+Blue) = 84+46+44=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #542E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E2C is #ABD1D3. Grayscale: #393939. Windows color (decimal): -11260372 or 2895444. OLE color: 2895444.
HSL color Cylindrical-coordinate representation of color #542E2C: hue angle of 3º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #542E2C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 44 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.67 |
| HSL | 3º | 0.31% | 0.25% | - |
| HSV(B) | 3º | 0.48% | 0.33% | - |
| XYZ | 5.09 | 4.02 | 2.89 | - |
| YUV | 57.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 44 | 0 | 0.45 | 0.48 | 0.67 | 3 | 0.31 | 0.25 |
| Hex | 54 | 2E | 2C | 0 | 2D | 30 | 43 | 3 | 1F | 19 |
| Octal | 124 | 56 | 54 | 0 | 55 | 60 | 103 | 3 | 37 | 31 |
| Binary | 1010100 | 101110 | 101100 | 0 | 101101 | 110000 | 1000011 | 11 | 11111 | 11001 |
Color Harmonies of #542E2C
Complementary color
Monochromatic Colors of #542E2C
Black with #542E2C
Text Example
Text Example
White with #542E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E2C; }
p { color: rgb(84,46,44); }
H1.HeaderClassName
{
color: #542E2C;
}
.AnyTagClassName
{
color: #542E2C;
}
</style>
background-color css
<style>
a { background-color: #542E2C; }
a { background-color: rgb(84,46,44); }
div.DivClassName
{
background-color: #542E2C;
}
.BgClassName
{
background-color: #542E2C;
}
</style>
border-color css
<style>
span { border-color: #542E2C; }
span { border-color: rgb(84,46,44); }
td.TdClassName
{
border-color: #542E2C;
}
.TagClassName
{
border-color: #542E2C;
}
</style>