#552F2C

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

Shades of Moccaccino #552F2C

Tints of Moccaccino #552F2C

Color information

#552F2C (or 0x552F2C) is unknown color: approx Moccaccino. HEX triplet: 55, 2F and 2C. RGB value is (85,47,44). Sum of RGB (Red+Green+Blue) = 85+47+44=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #552F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F2C is #AAD0D3. Grayscale: #3A3A3A. Windows color (decimal): -11194580 or 2895701. OLE color: 2895701.

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

Color convert

RGB854744-
CMYK00.450.480.67
HSL4.39º31.78%25.29%-
HSV(B)4.39º48.24%33.33%-
XYZ5.224.152.91-
YUV58.02120.09147.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 44 (17.58% from 255) = 25%
R=48.30%
G=26.70%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85474400.450.480.674.3931.7825.29
Hex552F2C02D304342019
Octal12557540556010344031
Binary10101011011111011000101101110000100001110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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