#542F2B

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

Shades of Moccaccino #542F2B

Tints of Moccaccino #542F2B

Color information

#542F2B (or 0x542F2B) is unknown color: approx Moccaccino. HEX triplet: 54, 2F and 2B. RGB value is (84,47,43). Sum of RGB (Red+Green+Blue) = 84+47+43=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #542F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F2B is #ABD0D4. Grayscale: #393939. Windows color (decimal): -11260117 or 2830164. OLE color: 2830164.

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

Color convert

RGB844743-
CMYK00.440.490.67
HSL5.85º32.28%24.9%-
HSV(B)5.85º48.81%32.94%-
XYZ5.114.092.81-
YUV57.61119.76146.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=48.28%
G=27.01%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84474300.440.490.675.8532.2824.9
Hex542F2B02C314362019
Octal12457530546110364031
Binary10101001011111010110101100110001100001111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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