#552A28

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

Shades of Moccaccino #552A28

Tints of Moccaccino #552A28

Color information

#552A28 (or 0x552A28) is unknown color: approx Moccaccino. HEX triplet: 55, 2A and 28. RGB value is (85,42,40). Sum of RGB (Red+Green+Blue) = 85+42+40=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #552A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A28 is #AAD5D7. Grayscale: #363636. Windows color (decimal): -11195864 or 2632277. OLE color: 2632277.

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

Color convert

RGB854240-
CMYK00.510.530.67
HSL2.67º36%24.51%-
HSV(B)2.67º52.94%33.33%-
XYZ4.963.742.47-
YUV54.63119.75149.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=50.90%
G=25.15%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85424000.510.530.672.673624.51
Hex552A28033354332419
Octal12552500636510334431
Binary1010101101010101000011001111010110000111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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