#542C2B

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

Shades of Moccaccino #542C2B

Tints of Moccaccino #542C2B

Color information

#542C2B (or 0x542C2B) is unknown color: approx Moccaccino. HEX triplet: 54, 2C and 2B. RGB value is (84,44,43). Sum of RGB (Red+Green+Blue) = 84+44+43=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #542C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C2B is #ABD3D4. Grayscale: #373737. Windows color (decimal): -11260885 or 2829396. OLE color: 2829396.

HSL color Cylindrical-coordinate representation of color #542C2B: hue angle of 1.46º 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 #542C2B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB844443-
CMYK00.480.490.67
HSL1.46º32.28%24.9%-
HSV(B)1.46º48.81%32.94%-
XYZ4.993.862.77-
YUV55.85120.75148.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=49.12%
G=25.73%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84444300.480.490.671.4632.2824.9
Hex542C2B030314312019
Octal12454530606110314031
Binary101010010110010101101100001100011000011110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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