#5C343A

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

Shades of Wine Berry #5C343A

Tints of Wine Berry #5C343A

Color information

#5C343A (or 0x5C343A) is unknown color: approx Wine Berry. HEX triplet: 5C, 34 and 3A. RGB value is (92,52,58). Sum of RGB (Red+Green+Blue) = 92+52+58=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C343A is #A3CBC5. Grayscale: #404040. Windows color (decimal): -10734534 or 3814492. OLE color: 3814492.

HSL color Cylindrical-coordinate representation of color #5C343A: hue angle of 351º 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 #5C343A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB925258-
CMYK00.430.370.64
HSL351º27.78%28.24%-
HSV(B)351º43.48%36.08%-
XYZ6.415.044.64-
YUV64.64124.25147.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.54%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=45.54%
G=25.74%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92525800.430.370.6435127.7828.24
Hex5C343A02B254015f1c1c
Octal1346472053451005373434
Binary1011100110100111010010101110010110000001010111111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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