#542D26

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

Shades of Moccaccino #542D26

Tints of Moccaccino #542D26

Color information

#542D26 (or 0x542D26) is unknown color: approx Moccaccino. HEX triplet: 54, 2D and 26. RGB value is (84,45,38). Sum of RGB (Red+Green+Blue) = 84+45+38=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #542D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D26 is #ABD2D9. Grayscale: #373737. Windows color (decimal): -11260634 or 2501972. OLE color: 2501972.

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

Color convert

RGB844538-
CMYK00.460.550.67
HSL9.13º37.7%23.92%-
HSV(B)9.13º54.76%32.94%-
XYZ4.943.92.33-
YUV55.86117.92148.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=50.30%
G=26.95%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84453800.460.550.679.1337.723.92
Hex542D2602E374392618
Octal124554605667103114630
Binary101010010110110011001011101101111000011100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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