#542E2B

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

Shades of Moccaccino #542E2B

Tints of Moccaccino #542E2B

Color information

#542E2B (or 0x542E2B) is unknown color: approx Moccaccino. HEX triplet: 54, 2E and 2B. RGB value is (84,46,43). Sum of RGB (Red+Green+Blue) = 84+46+43=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #542E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E2B is #ABD1D4. Grayscale: #393939. Windows color (decimal): -11260373 or 2829908. OLE color: 2829908.

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

Color convert

RGB844643-
CMYK00.450.490.67
HSL4.39º32.28%24.9%-
HSV(B)4.39º48.81%32.94%-
XYZ5.074.012.79-
YUV57.02120.09147.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=48.55%
G=26.59%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84464300.450.490.674.3932.2824.9
Hex542E2B02D314342019
Octal12456530556110344031
Binary10101001011101010110101101110001100001110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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