#55322E

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

Shades of Moccaccino #55322E

Tints of Moccaccino #55322E

Color information

#55322E (or 0x55322E) is unknown color: approx Moccaccino. HEX triplet: 55, 32 and 2E. RGB value is (85,50,46). Sum of RGB (Red+Green+Blue) = 85+50+46=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55322E is #AACDD1. Grayscale: #3C3C3C. Windows color (decimal): -11193810 or 3027541. OLE color: 3027541.

HSL color Cylindrical-coordinate representation of color #55322E: hue angle of 6.15º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55322E is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB855046-
CMYK00.410.460.67
HSL6.15º29.77%25.69%-
HSV(B)6.15º45.88%33.33%-
XYZ5.384.413.15-
YUV60.01120.1145.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=46.96%
G=27.62%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85504600.410.460.676.1529.7725.69
Hex55322E0292E4361e1a
Octal12562560515610363632
Binary1010101110010101110010100110111010000111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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