#552F28

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

Shades of Moccaccino #552F28

Tints of Moccaccino #552F28

Color information

#552F28 (or 0x552F28) is unknown color: approx Moccaccino. HEX triplet: 55, 2F and 28. RGB value is (85,47,40). Sum of RGB (Red+Green+Blue) = 85+47+40=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F28 is #AAD0D7. Grayscale: #393939. Windows color (decimal): -11194584 or 2633557. OLE color: 2633557.

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

Color convert

RGB854740-
CMYK00.450.530.67
HSL9.33º36%24.51%-
HSV(B)9.33º52.94%33.33%-
XYZ5.154.122.53-
YUV57.56118.09147.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=49.42%
G=27.33%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85474000.450.530.679.333624.51
Hex552F2802D354392419
Octal125575005565103114431
Binary101010110111110100001011011101011000011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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