Shades of Moccaccino #542E2A
Tints of Moccaccino #542E2A
RGB
CMYK
RGB Variations
Color information
#542E2A (or 0x542E2A) is known color: Moccaccino. HEX triplet: 54, 2E and 2A. RGB value is (84,46,42). Sum of RGB (Red+Green+Blue) = 84+46+42=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #542E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E2A is #ABD1D5. Grayscale: #383838. Windows color (decimal): -11260374 or 2764372. OLE color: 2764372.
HSL color Cylindrical-coordinate representation of color #542E2A: hue angle of 5.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #542E2A is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 42 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.67 |
| HSL | 5.71º | 0.33% | 0.25% | - |
| HSV(B) | 5.71º | 0.5% | 0.33% | - |
| XYZ | 5.05 | 4.01 | 2.7 | - |
| YUV | 56.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 42 | 0 | 0.45 | 0.5 | 0.67 | 5.71 | 0.33 | 0.25 |
| Hex | 54 | 2E | 2A | 0 | 2D | 32 | 43 | 6 | 21 | 19 |
| Octal | 124 | 56 | 52 | 0 | 55 | 62 | 103 | 6 | 41 | 31 |
| Binary | 1010100 | 101110 | 101010 | 0 | 101101 | 110010 | 1000011 | 110 | 100001 | 11001 |
Color Harmonies of #542E2A
Complementary color
Monochromatic Colors of #542E2A
Black with #542E2A
Text Example
Text Example
White with #542E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E2A; }
p { color: rgb(84,46,42); }
H1.HeaderClassName
{
color: #542E2A;
}
.AnyTagClassName
{
color: #542E2A;
}
</style>
background-color css
<style>
a { background-color: #542E2A; }
a { background-color: rgb(84,46,42); }
div.DivClassName
{
background-color: #542E2A;
}
.BgClassName
{
background-color: #542E2A;
}
</style>
border-color css
<style>
span { border-color: #542E2A; }
span { border-color: rgb(84,46,42); }
td.TdClassName
{
border-color: #542E2A;
}
.TagClassName
{
border-color: #542E2A;
}
</style>