#55312D

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

Shades of Moccaccino #55312D

Tints of Moccaccino #55312D

Color information

#55312D (or 0x55312D) is unknown color: approx Moccaccino. HEX triplet: 55, 31 and 2D. RGB value is (85,49,45). Sum of RGB (Red+Green+Blue) = 85+49+45=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55312D is #AACED2. Grayscale: #3B3B3B. Windows color (decimal): -11194067 or 2961749. OLE color: 2961749.

HSL color Cylindrical-coordinate representation of color #55312D: hue angle of 6º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55312D is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB854945-
CMYK00.420.470.67
HSL30.77%25.49%-
HSV(B)47.06%33.33%-
XYZ5.324.323.04-
YUV59.31119.93146.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=47.49%
G=27.37%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85494500.420.470.67630.7725.49
Hex55312D02A2F4361f19
Octal12561550525710363731
Binary1010101110001101101010101010111110000111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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