#5C383E

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

Shades of Wine Berry #5C383E

Tints of Wine Berry #5C383E

Color information

#5C383E (or 0x5C383E) is unknown color: approx Wine Berry. HEX triplet: 5C, 38 and 3E. RGB value is (92,56,62). Sum of RGB (Red+Green+Blue) = 92+56+62=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C383E is #A3C7C1. Grayscale: #434343. Windows color (decimal): -10733506 or 4077660. OLE color: 4077660.

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

Color convert

RGB925662-
CMYK00.390.330.64
HSL350º24.32%29.02%-
HSV(B)350º39.13%36.08%-
XYZ6.75.455.26-
YUV67.45124.93145.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.81%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=43.81%
G=26.67%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92566200.390.330.6435024.3229.02
Hex5C383E027214015e181d
Octal1347076047411005363035
Binary1011100111000111110010011110000110000001010111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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