#5C343E

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

Shades of Wine Berry #5C343E

Tints of Wine Berry #5C343E

Color information

#5C343E (or 0x5C343E) is unknown color: approx Wine Berry. HEX triplet: 5C, 34 and 3E. RGB value is (92,52,62). Sum of RGB (Red+Green+Blue) = 92+52+62=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C343E is #A3CBC1. Grayscale: #414141. Windows color (decimal): -10734530 or 4076636. OLE color: 4076636.

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

Color convert

RGB925262-
CMYK00.430.330.64
HSL345º27.78%28.24%-
HSV(B)345º43.48%36.08%-
XYZ6.515.085.19-
YUV65.1126.25147.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.66%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=44.66%
G=25.24%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92526200.430.330.6434527.7828.24
Hex5C343E02B21401591c1c
Octal1346476053411005313434
Binary1011100110100111110010101110000110000001010110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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