#54322E

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

Shades of Moccaccino #54322E

Tints of Moccaccino #54322E

Color information

#54322E (or 0x54322E) is unknown color: approx Moccaccino. HEX triplet: 54, 32 and 2E. RGB value is (84,50,46). Sum of RGB (Red+Green+Blue) = 84+50+46=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54322E is #ABCDD1. Grayscale: #3B3B3B. Windows color (decimal): -11259346 or 3027540. OLE color: 3027540.

HSL color Cylindrical-coordinate representation of color #54322E: hue angle of 6.32º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54322E is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB845046-
CMYK00.400.450.67
HSL6.32º29.23%25.49%-
HSV(B)6.32º45.24%32.94%-
XYZ5.294.363.15-
YUV59.71120.26145.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=46.67%
G=27.78%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84504600.400.450.676.3229.2325.49
Hex54322E0282D4361d19
Octal12462560505510363531
Binary1010100110010101110010100010110110000111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54322E; }

 p { color: rgb(84,50,46); }

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

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

 a { background-color: rgb(84,50,46); }

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

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

 span { border-color: rgb(84,50,46); }

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