#55312B

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

Shades of Moccaccino #55312B

Tints of Moccaccino #55312B

Color information

#55312B (or 0x55312B) is unknown color: approx Moccaccino. HEX triplet: 55, 31 and 2B. RGB value is (85,49,43). Sum of RGB (Red+Green+Blue) = 85+49+43=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #55312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55312B is #AACED4. Grayscale: #3B3B3B. Windows color (decimal): -11194069 or 2830677. OLE color: 2830677.

HSL color Cylindrical-coordinate representation of color #55312B: hue angle of 8.57º degrees, saturation: 0.33, 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 #55312B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB854943-
CMYK00.420.490.67
HSL8.57º32.81%25.1%-
HSV(B)8.57º49.41%33.33%-
XYZ5.284.32.84-
YUV59.08118.93146.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=48.02%
G=27.68%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85494300.420.490.678.5732.8125.1
Hex55312B02A314392119
Octal125615305261103114131
Binary101010111000110101101010101100011000011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55312B; }

 p { color: rgb(85,49,43); }

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

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

 a { background-color: rgb(85,49,43); }

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

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

 span { border-color: rgb(85,49,43); }

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