#553331

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

Shades of Moccaccino #553331

Tints of Moccaccino #553331

Color information

#553331 (or 0x553331) is unknown color: approx Moccaccino. HEX triplet: 55, 33 and 31. RGB value is (85,51,49). Sum of RGB (Red+Green+Blue) = 85+51+49=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #553331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553331 is #AACCCE. Grayscale: #3C3C3C. Windows color (decimal): -11193551 or 3224405. OLE color: 3224405.

HSL color Cylindrical-coordinate representation of color #553331: hue angle of 3.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553331 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB855149-
CMYK00.400.420.67
HSL3.33º26.87%26.27%-
HSV(B)3.33º42.35%33.33%-
XYZ5.484.523.49-
YUV60.94121.26145.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=45.95%
G=27.57%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85514900.400.420.673.3326.8726.27
Hex5533310282A4331b1a
Octal12563610505210333332
Binary101010111001111000101010001010101000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553331; }

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

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

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

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

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

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

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

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