#552C26

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

Shades of Moccaccino #552C26

Tints of Moccaccino #552C26

Color information

#552C26 (or 0x552C26) is unknown color: approx Moccaccino. HEX triplet: 55, 2C and 26. RGB value is (85,44,38). Sum of RGB (Red+Green+Blue) = 85+44+38=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #552C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C26 is #AAD3D9. Grayscale: #373737. Windows color (decimal): -11195354 or 2501717. OLE color: 2501717.

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

Color convert

RGB854438-
CMYK00.480.550.67
HSL7.66º38.21%24.12%-
HSV(B)7.66º55.29%33.33%-
XYZ53.872.32-
YUV55.58118.08148.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=50.90%
G=26.35%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85443800.480.550.677.6638.2124.12
Hex552C26030374382618
Octal125544606067103104630
Binary101010110110010011001100001101111000011100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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