#542D29

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

Shades of Moccaccino #542D29

Tints of Moccaccino #542D29

Color information

#542D29 (or 0x542D29) is unknown color: approx Moccaccino. HEX triplet: 54, 2D and 29. RGB value is (84,45,41). Sum of RGB (Red+Green+Blue) = 84+45+41=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #542D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D29 is #ABD2D6. Grayscale: #383838. Windows color (decimal): -11260631 or 2698580. OLE color: 2698580.

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

Color convert

RGB844541-
CMYK00.460.510.67
HSL5.58º34.4%24.51%-
HSV(B)5.58º51.19%32.94%-
XYZ4.993.922.59-
YUV56.2119.42147.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 41 (16.41% from 255) = 24.12%
R=49.41%
G=26.47%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84454100.460.510.675.5834.424.51
Hex542D2902E334362219
Octal12455510566310364231
Binary10101001011011010010101110110011100001111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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