#3E352B

Color #3E352B Jacko Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacko Bean #3E352B

Tints of Jacko Bean #3E352B

Color information

#3E352B (or 0x3E352B) is unknown color: approx Jacko Bean. HEX triplet: 3E, 35 and 2B. RGB value is (62,53,43). Sum of RGB (Red+Green+Blue) = 62+53+43=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 62 - color contains mainly: red. Hex color #3E352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E352B is #C1CAD4. Grayscale: #363636. Windows color (decimal): -12700373 or 2831678. OLE color: 2831678.

HSL color Cylindrical-coordinate representation of color #3E352B: hue angle of 31.58º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E352B is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB625343-
CMYK00.150.310.76
HSL31.58º18.1%20.59%-
HSV(B)31.58º30.65%24.31%-
XYZ3.73.742.81-
YUV54.55121.48133.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.24%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=39.24%
G=33.54%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62534300.150.310.7631.5818.120.59
Hex3E352B0F1F4C201215
Octal76655301737114402225
Binary111110110101101011011111111110011001000001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E352B; }

 p { color: rgb(62,53,43); }

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

<style>
 a { background-color: #3E352B; }

 a { background-color: rgb(62,53,43); }

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

<style>
 span { border-color: #3E352B; }

 span { border-color: rgb(62,53,43); }

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