#5C363E

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

Shades of Wine Berry #5C363E

Tints of Wine Berry #5C363E

Color information

#5C363E (or 0x5C363E) is unknown color: approx Wine Berry. HEX triplet: 5C, 36 and 3E. RGB value is (92,54,62). Sum of RGB (Red+Green+Blue) = 92+54+62=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 92 - color contains mainly: red. Hex color #5C363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C363E is #A3C9C1. Grayscale: #424242. Windows color (decimal): -10734018 or 4077148. OLE color: 4077148.

HSL color Cylindrical-coordinate representation of color #5C363E: hue angle of 347.37º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C363E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB925462-
CMYK00.410.330.64
HSL347.37º26.03%28.63%-
HSV(B)347.37º41.3%36.08%-
XYZ6.65.265.23-
YUV66.27125.59146.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.23%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=44.23%
G=25.96%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92546200.410.330.64347.3726.0328.63
Hex5C363E029214015b1a1d
Octal1346676051411005333235
Binary1011100110110111110010100110000110000001010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C363E; }

 p { color: rgb(92,54,62); }

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

<style>
 a { background-color: #5C363E; }

 a { background-color: rgb(92,54,62); }

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

<style>
 span { border-color: #5C363E; }

 span { border-color: rgb(92,54,62); }

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