#552C2B

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

Shades of Moccaccino #552C2B

Tints of Moccaccino #552C2B

Color information

#552C2B (or 0x552C2B) is unknown color: approx Moccaccino. HEX triplet: 55, 2C and 2B. RGB value is (85,44,43). Sum of RGB (Red+Green+Blue) = 85+44+43=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C2B is #AAD3D4. Grayscale: #383838. Windows color (decimal): -11195349 or 2829397. OLE color: 2829397.

HSL color Cylindrical-coordinate representation of color #552C2B: hue angle of 1.43º 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 #552C2B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB854443-
CMYK00.480.490.67
HSL1.43º32.81%25.1%-
HSV(B)1.43º49.41%33.33%-
XYZ5.083.912.77-
YUV56.14120.58148.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 43 (17.19% from 255) = 25%
R=49.42%
G=25.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85444300.480.490.671.4332.8125.1
Hex552C2B030314312119
Octal12554530606110314131
Binary101010110110010101101100001100011000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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