#552D2C

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

Shades of Moccaccino #552D2C

Tints of Moccaccino #552D2C

Color information

#552D2C (or 0x552D2C) is unknown color: approx Moccaccino. HEX triplet: 55, 2D and 2C. RGB value is (85,45,44). Sum of RGB (Red+Green+Blue) = 85+45+44=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D2C is #AAD2D3. Grayscale: #383838. Windows color (decimal): -11195092 or 2895189. OLE color: 2895189.

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

Color convert

RGB854544-
CMYK00.470.480.67
HSL1.46º31.78%25.29%-
HSV(B)1.46º48.24%33.33%-
XYZ5.143.992.88-
YUV56.85120.75148.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=48.85%
G=25.86%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85454400.470.480.671.4631.7825.29
Hex552D2C02F304312019
Octal12555540576010314031
Binary101010110110110110001011111100001000011110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552D2C; }

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

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

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

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

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

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

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

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