#542F2E

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

Shades of Moccaccino #542F2E

Tints of Moccaccino #542F2E

Color information

#542F2E (or 0x542F2E) is unknown color: approx Moccaccino. HEX triplet: 54, 2F and 2E. RGB value is (84,47,46). Sum of RGB (Red+Green+Blue) = 84+47+46=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #542F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F2E is #ABD0D1. Grayscale: #393939. Windows color (decimal): -11260114 or 3026772. OLE color: 3026772.

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

Color convert

RGB844746-
CMYK00.440.450.67
HSL1.58º29.23%25.49%-
HSV(B)1.58º45.24%32.94%-
XYZ5.174.123.11-
YUV57.95121.26146.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=47.46%
G=26.55%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84474600.440.450.671.5829.2325.49
Hex542F2E02C2D4321d19
Octal12457560545510323531
Binary101010010111110111001011001011011000011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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