#552E2A

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

Shades of Moccaccino #552E2A

Tints of Moccaccino #552E2A

Color information

#552E2A (or 0x552E2A) is unknown color: approx Moccaccino. HEX triplet: 55, 2E and 2A. RGB value is (85,46,42). Sum of RGB (Red+Green+Blue) = 85+46+42=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E2A is #AAD1D5. Grayscale: #393939. Windows color (decimal): -11194838 or 2764373. OLE color: 2764373.

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

Color convert

RGB854642-
CMYK00.460.510.67
HSL5.58º33.86%24.9%-
HSV(B)5.58º50.59%33.33%-
XYZ5.144.052.7-
YUV57.2119.42147.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=49.13%
G=26.59%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85464200.460.510.675.5833.8624.9
Hex552E2A02E334362219
Octal12556520566310364231
Binary10101011011101010100101110110011100001111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,46,42); }

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

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

 a { background-color: rgb(85,46,42); }

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

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

 span { border-color: rgb(85,46,42); }

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