Shades of Moccaccino #542A26
Tints of Moccaccino #542A26
RGB
CMYK
RGB Variations
Color information
#542A26 (or 0x542A26) is known color: Moccaccino. HEX triplet: 54, 2A and 26. RGB value is (84,42,38). Sum of RGB (Red+Green+Blue) = 84+42+38=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #542A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A26 is #ABD5D9. Grayscale: #363636. Windows color (decimal): -11261402 or 2501204. OLE color: 2501204.
HSL color Cylindrical-coordinate representation of color #542A26: hue angle of 5.22º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #542A26 is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 38 | - |
| CMYK | 0 | 0.5 | 0.55 | 0.67 |
| HSL | 5.22º | 0.38% | 0.24% | - |
| HSV(B) | 5.22º | 0.55% | 0.33% | - |
| XYZ | 4.83 | 3.68 | 2.29 | - |
| YUV | 54.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 38 | 0 | 0.5 | 0.55 | 0.67 | 5.22 | 0.38 | 0.24 |
| Hex | 54 | 2A | 26 | 0 | 32 | 37 | 43 | 5 | 26 | 18 |
| Octal | 124 | 52 | 46 | 0 | 62 | 67 | 103 | 5 | 46 | 30 |
| Binary | 1010100 | 101010 | 100110 | 0 | 110010 | 110111 | 1000011 | 101 | 100110 | 11000 |
Color Harmonies of #542A26
Complementary color
Monochromatic Colors of #542A26
Black with #542A26
Text Example
Text Example
White with #542A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A26; }
p { color: rgb(84,42,38); }
H1.HeaderClassName
{
color: #542A26;
}
.AnyTagClassName
{
color: #542A26;
}
</style>
background-color css
<style>
a { background-color: #542A26; }
a { background-color: rgb(84,42,38); }
div.DivClassName
{
background-color: #542A26;
}
.BgClassName
{
background-color: #542A26;
}
</style>
border-color css
<style>
span { border-color: #542A26; }
span { border-color: rgb(84,42,38); }
td.TdClassName
{
border-color: #542A26;
}
.TagClassName
{
border-color: #542A26;
}
</style>