#542E29

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

Shades of Moccaccino #542E29

Tints of Moccaccino #542E29

Color information

#542E29 (or 0x542E29) is unknown color: approx Moccaccino. HEX triplet: 54, 2E and 29. RGB value is (84,46,41). Sum of RGB (Red+Green+Blue) = 84+46+41=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #542E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E29 is #ABD1D6. Grayscale: #383838. Windows color (decimal): -11260375 or 2698836. OLE color: 2698836.

HSL color Cylindrical-coordinate representation of color #542E29: hue angle of 6.98º 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 #542E29 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB844641-
CMYK00.450.510.67
HSL6.98º34.4%24.51%-
HSV(B)6.98º51.19%32.94%-
XYZ5.0342.6-
YUV56.79119.09147.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=49.12%
G=26.90%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84464100.450.510.676.9834.424.51
Hex542E2902D334372219
Octal12456510556310374231
Binary10101001011101010010101101110011100001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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