#552B28

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

Shades of Moccaccino #552B28

Tints of Moccaccino #552B28

Color information

#552B28 (or 0x552B28) is unknown color: approx Moccaccino. HEX triplet: 55, 2B and 28. RGB value is (85,43,40). Sum of RGB (Red+Green+Blue) = 85+43+40=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #552B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B28 is #AAD4D7. Grayscale: #373737. Windows color (decimal): -11195608 or 2632533. OLE color: 2632533.

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

Color convert

RGB854340-
CMYK00.490.530.67
HSL36%24.51%-
HSV(B)52.94%33.33%-
XYZ4.993.812.48-
YUV55.22119.41149.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=50.60%
G=25.60%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85434000.490.530.6743624.51
Hex552B28031354342419
Octal12553500616510344431
Binary10101011010111010000110001110101100001110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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