Shades of Moccaccino #542F2D
Tints of Moccaccino #542F2D
RGB
CMYK
RGB Variations
Color information
#542F2D (or 0x542F2D) is known color: Moccaccino. HEX triplet: 54, 2F and 2D. RGB value is (84,47,45). Sum of RGB (Red+Green+Blue) = 84+47+45=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #542F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F2D is #ABD0D2. Grayscale: #393939. Windows color (decimal): -11260115 or 2961236. OLE color: 2961236.
HSL color Cylindrical-coordinate representation of color #542F2D: hue angle of 3.08º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #542F2D is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 45 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.67 |
| HSL | 3.08º | 0.3% | 0.25% | - |
| HSV(B) | 3.08º | 0.46% | 0.33% | - |
| XYZ | 5.15 | 4.11 | 3 | - |
| YUV | 57.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 45 | 0 | 0.44 | 0.46 | 0.67 | 3.08 | 0.3 | 0.25 |
| Hex | 54 | 2F | 2D | 0 | 2C | 2E | 43 | 3 | 1E | 19 |
| Octal | 124 | 57 | 55 | 0 | 54 | 56 | 103 | 3 | 36 | 31 |
| Binary | 1010100 | 101111 | 101101 | 0 | 101100 | 101110 | 1000011 | 11 | 11110 | 11001 |
Color Harmonies of #542F2D
Complementary color
Monochromatic Colors of #542F2D
Black with #542F2D
Text Example
Text Example
White with #542F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F2D; }
p { color: rgb(84,47,45); }
H1.HeaderClassName
{
color: #542F2D;
}
.AnyTagClassName
{
color: #542F2D;
}
</style>
background-color css
<style>
a { background-color: #542F2D; }
a { background-color: rgb(84,47,45); }
div.DivClassName
{
background-color: #542F2D;
}
.BgClassName
{
background-color: #542F2D;
}
</style>
border-color css
<style>
span { border-color: #542F2D; }
span { border-color: rgb(84,47,45); }
td.TdClassName
{
border-color: #542F2D;
}
.TagClassName
{
border-color: #542F2D;
}
</style>