#3E3324

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

Shades of Jacko Bean #3E3324

Tints of Jacko Bean #3E3324

Color information

#3E3324 (or 0x3E3324) is unknown color: approx Jacko Bean. HEX triplet: 3E, 33 and 24. RGB value is (62,51,36). Sum of RGB (Red+Green+Blue) = 62+51+36=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3324 is #C1CCDB. Grayscale: #343434. Windows color (decimal): -12700892 or 2372414. OLE color: 2372414.

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

Color convert

RGB625136-
CMYK00.180.420.76
HSL34.62º26.53%19.22%-
HSV(B)34.62º41.94%24.31%-
XYZ3.493.522.16-
YUV52.58118.64134.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.61%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=41.61%
G=34.23%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62513600.180.420.7634.6226.5319.22
Hex3E33240122A4C231b13
Octal76634402252114433323
Binary11111011001110010001001010101010011001000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,36); }

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

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

 a { background-color: rgb(62,51,36); }

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

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

 span { border-color: rgb(62,51,36); }

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