Shades of Moccaccino #542F28
Tints of Moccaccino #542F28
RGB
CMYK
RGB Variations
Color information
#542F28 (or 0x542F28) is known color: Moccaccino. HEX triplet: 54, 2F and 28. RGB value is (84,47,40). Sum of RGB (Red+Green+Blue) = 84+47+40=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #542F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F28 is #ABD0D7. Grayscale: #393939. Windows color (decimal): -11260120 or 2633556. OLE color: 2633556.
HSL color Cylindrical-coordinate representation of color #542F28: hue angle of 9.55º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542F28 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 40 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.67 |
| HSL | 9.55º | 0.35% | 0.24% | - |
| HSV(B) | 9.55º | 0.52% | 0.33% | - |
| XYZ | 5.06 | 4.07 | 2.53 | - |
| YUV | 57.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 40 | 0 | 0.44 | 0.52 | 0.67 | 9.55 | 0.35 | 0.24 |
| Hex | 54 | 2F | 28 | 0 | 2C | 34 | 43 | A | 23 | 18 |
| Octal | 124 | 57 | 50 | 0 | 54 | 64 | 103 | 12 | 43 | 30 |
| Binary | 1010100 | 101111 | 101000 | 0 | 101100 | 110100 | 1000011 | 1010 | 100011 | 11000 |
Color Harmonies of #542F28
Complementary color
Monochromatic Colors of #542F28
Black with #542F28
Text Example
Text Example
White with #542F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F28; }
p { color: rgb(84,47,40); }
H1.HeaderClassName
{
color: #542F28;
}
.AnyTagClassName
{
color: #542F28;
}
</style>
background-color css
<style>
a { background-color: #542F28; }
a { background-color: rgb(84,47,40); }
div.DivClassName
{
background-color: #542F28;
}
.BgClassName
{
background-color: #542F28;
}
</style>
border-color css
<style>
span { border-color: #542F28; }
span { border-color: rgb(84,47,40); }
td.TdClassName
{
border-color: #542F28;
}
.TagClassName
{
border-color: #542F28;
}
</style>