#542D2A

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

Shades of Moccaccino #542D2A

Tints of Moccaccino #542D2A

Color information

#542D2A (or 0x542D2A) is unknown color: approx Moccaccino. HEX triplet: 54, 2D and 2A. RGB value is (84,45,42). Sum of RGB (Red+Green+Blue) = 84+45+42=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #542D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D2A is #ABD2D5. Grayscale: #383838. Windows color (decimal): -11260630 or 2764116. OLE color: 2764116.

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

Color convert

RGB844542-
CMYK00.460.50.67
HSL4.29º33.33%24.71%-
HSV(B)4.29º50%32.94%-
XYZ5.013.932.68-
YUV56.32119.92147.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=49.12%
G=26.32%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84454200.460.50.674.2933.3324.71
Hex542D2A02E324342119
Octal12455520566210344131
Binary10101001011011010100101110110010100001110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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