#542E26

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

Shades of Moccaccino #542E26

Tints of Moccaccino #542E26

Color information

#542E26 (or 0x542E26) is unknown color: approx Moccaccino. HEX triplet: 54, 2E and 26. RGB value is (84,46,38). Sum of RGB (Red+Green+Blue) = 84+46+38=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #542E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E26 is #ABD1D9. Grayscale: #383838. Windows color (decimal): -11260378 or 2502228. OLE color: 2502228.

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

Color convert

RGB844638-
CMYK00.450.550.67
HSL10.43º37.7%23.92%-
HSV(B)10.43º54.76%32.94%-
XYZ4.983.982.34-
YUV56.45117.59147.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=50%
G=27.38%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84463800.450.550.6710.4337.723.92
Hex542E2602D3743a2618
Octal124564605567103124630
Binary101010010111010011001011011101111000011101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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