#542E27

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

Shades of Moccaccino #542E27

Tints of Moccaccino #542E27

Color information

#542E27 (or 0x542E27) is unknown color: approx Moccaccino. HEX triplet: 54, 2E and 27. RGB value is (84,46,39). Sum of RGB (Red+Green+Blue) = 84+46+39=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #542E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E27 is #ABD1D8. Grayscale: #383838. Windows color (decimal): -11260377 or 2567764. OLE color: 2567764.

HSL color Cylindrical-coordinate representation of color #542E27: hue angle of 9.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #542E27 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB844639-
CMYK00.450.540.67
HSL9.33º36.59%24.12%-
HSV(B)9.33º53.57%32.94%-
XYZ53.992.43-
YUV56.56118.09147.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=49.70%
G=27.22%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84463900.450.540.679.3336.5924.12
Hex542E2702D364392518
Octal124564705566103114530
Binary101010010111010011101011011101101000011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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