#542B28

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

Shades of Moccaccino #542B28

Tints of Moccaccino #542B28

Color information

#542B28 (or 0x542B28) is unknown color: approx Moccaccino. HEX triplet: 54, 2B and 28. RGB value is (84,43,40). Sum of RGB (Red+Green+Blue) = 84+43+40=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #542B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B28 is #ABD4D7. Grayscale: #363636. Windows color (decimal): -11261144 or 2632532. OLE color: 2632532.

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

Color convert

RGB844340-
CMYK00.490.520.67
HSL4.09º35.48%24.31%-
HSV(B)4.09º52.38%32.94%-
XYZ4.93.772.48-
YUV54.92119.58148.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 43 (17.19% from 255) = 25.75%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=50.30%
G=25.75%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84434000.490.520.674.0935.4824.31
Hex542B28031344342318
Octal12453500616410344330
Binary10101001010111010000110001110100100001110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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