#542928

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

Shades of Moccaccino #542928

Tints of Moccaccino #542928

Color information

#542928 (or 0x542928) is unknown color: approx Moccaccino. HEX triplet: 54, 29 and 28. RGB value is (84,41,40). Sum of RGB (Red+Green+Blue) = 84+41+40=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #542928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542928 is #ABD6D7. Grayscale: #353535. Windows color (decimal): -11261656 or 2632020. OLE color: 2632020.

HSL color Cylindrical-coordinate representation of color #542928: hue angle of 1.36º 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 #542928 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB844140-
CMYK00.510.520.67
HSL1.36º35.48%24.31%-
HSV(B)1.36º52.38%32.94%-
XYZ4.833.622.45-
YUV53.74120.25149.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=50.91%
G=24.85%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84414000.510.520.671.3635.4824.31
Hex542928033344312318
Octal12451500636410314330
Binary101010010100110100001100111101001000011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542928; }

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

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

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

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

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

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

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

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