#542E2D

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

Shades of Moccaccino #542E2D

Tints of Moccaccino #542E2D

Color information

#542E2D (or 0x542E2D) is unknown color: approx Moccaccino. HEX triplet: 54, 2E and 2D. RGB value is (84,46,45). Sum of RGB (Red+Green+Blue) = 84+46+45=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #542E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E2D is #ABD1D2. Grayscale: #393939. Windows color (decimal): -11260371 or 2960980. OLE color: 2960980.

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

Color convert

RGB844645-
CMYK00.450.460.67
HSL1.54º30.23%25.29%-
HSV(B)1.54º46.43%32.94%-
XYZ5.114.032.99-
YUV57.25121.09147.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=48%
G=26.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84464500.450.460.671.5430.2325.29
Hex542E2D02D2E4321e19
Octal12456550555610323631
Binary101010010111010110101011011011101000011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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