Shades of Moccaccino #542F2E
Tints of Moccaccino #542F2E
RGB
CMYK
RGB Variations
Color information
#542F2E (or 0x542F2E) is known color: Moccaccino. HEX triplet: 54, 2F and 2E. RGB value is (84,47,46). Sum of RGB (Red+Green+Blue) = 84+47+46=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #542F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F2E is #ABD0D1. Grayscale: #393939. Windows color (decimal): -11260114 or 3026772. OLE color: 3026772.
HSL color Cylindrical-coordinate representation of color #542F2E: hue angle of 1.58º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #542F2E is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 46 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.67 |
| HSL | 1.58º | 0.29% | 0.25% | - |
| HSV(B) | 1.58º | 0.45% | 0.33% | - |
| XYZ | 5.17 | 4.12 | 3.11 | - |
| YUV | 57.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 46 | 0 | 0.44 | 0.45 | 0.67 | 1.58 | 0.29 | 0.25 |
| Hex | 54 | 2F | 2E | 0 | 2C | 2D | 43 | 2 | 1D | 19 |
| Octal | 124 | 57 | 56 | 0 | 54 | 55 | 103 | 2 | 35 | 31 |
| Binary | 1010100 | 101111 | 101110 | 0 | 101100 | 101101 | 1000011 | 10 | 11101 | 11001 |
Color Harmonies of #542F2E
Complementary color
Monochromatic Colors of #542F2E
Black with #542F2E
Text Example
Text Example
White with #542F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F2E; }
p { color: rgb(84,47,46); }
H1.HeaderClassName
{
color: #542F2E;
}
.AnyTagClassName
{
color: #542F2E;
}
</style>
background-color css
<style>
a { background-color: #542F2E; }
a { background-color: rgb(84,47,46); }
div.DivClassName
{
background-color: #542F2E;
}
.BgClassName
{
background-color: #542F2E;
}
</style>
border-color css
<style>
span { border-color: #542F2E; }
span { border-color: rgb(84,47,46); }
td.TdClassName
{
border-color: #542F2E;
}
.TagClassName
{
border-color: #542F2E;
}
</style>