#542C27

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

Shades of Moccaccino #542C27

Tints of Moccaccino #542C27

Color information

#542C27 (or 0x542C27) is unknown color: approx Moccaccino. HEX triplet: 54, 2C and 27. RGB value is (84,44,39). Sum of RGB (Red+Green+Blue) = 84+44+39=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #542C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C27 is #ABD3D8. Grayscale: #373737. Windows color (decimal): -11260889 or 2567252. OLE color: 2567252.

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

Color convert

RGB844439-
CMYK00.480.540.67
HSL6.67º36.59%24.12%-
HSV(B)6.67º53.57%32.94%-
XYZ4.923.832.4-
YUV55.39118.75148.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=50.30%
G=26.35%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84443900.480.540.676.6736.5924.12
Hex542C27030364372518
Octal12454470606610374530
Binary10101001011001001110110000110110100001111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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