#552E38

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

Shades of Wine Berry #552E38

Tints of Wine Berry #552E38

Color information

#552E38 (or 0x552E38) is unknown color: approx Wine Berry. HEX triplet: 55, 2E and 38. RGB value is (85,46,56). Sum of RGB (Red+Green+Blue) = 85+46+56=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #552E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E38 is #AAD1C7. Grayscale: #3A3A3A. Windows color (decimal): -11194824 or 3681877. OLE color: 3681877.

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

Color convert

RGB854656-
CMYK00.460.340.67
HSL344.62º29.77%25.69%-
HSV(B)344.62º45.88%33.33%-
XYZ5.444.174.26-
YUV58.8126.42146.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=45.45%
G=24.60%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85465600.460.340.67344.6229.7725.69
Hex552E3802E22431591e1a
Octal1255670056421035313632
Binary1010101101110111000010111010001010000111010110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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