#542C29

Color #542C29 Moccaccino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moccaccino #542C29

Tints of Moccaccino #542C29

Color information

#542C29 (or 0x542C29) is unknown color: approx Moccaccino. HEX triplet: 54, 2C and 29. RGB value is (84,44,41). Sum of RGB (Red+Green+Blue) = 84+44+41=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #542C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C29 is #ABD3D6. Grayscale: #373737. Windows color (decimal): -11260887 or 2698324. OLE color: 2698324.

HSL color Cylindrical-coordinate representation of color #542C29: hue angle of 4.19º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #542C29 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB844441-
CMYK00.480.510.67
HSL4.19º34.4%24.51%-
HSV(B)4.19º51.19%32.94%-
XYZ4.963.852.58-
YUV55.62119.75148.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 44 (17.58% from 255) = 26.04%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=49.70%
G=26.04%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84444100.480.510.674.1934.424.51
Hex542C29030334342219
Octal12454510606310344231
Binary10101001011001010010110000110011100001110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542C29; }

 p { color: rgb(84,44,41); }

 H1.HeaderClassName
 {
   color: #542C29;
 }
 .AnyTagClassName
 {
   color: #542C29;
 }
</style>
background-color css

<style>
 a { background-color: #542C29; }

 a { background-color: rgb(84,44,41); }

 div.DivClassName
 {
   background-color: #542C29;
 }
 .BgClassName
 {
   background-color: #542C29;
 }
</style>
border-color css

<style>
 span { border-color: #542C29; }

 span { border-color: rgb(84,44,41); }

 td.TdClassName
 {
   border-color: #542C29;
 }
 .TagClassName
 {
   border-color: #542C29;
 }
</style>