#3E342A

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

Shades of Jacko Bean #3E342A

Tints of Jacko Bean #3E342A

Color information

#3E342A (or 0x3E342A) is unknown color: approx Jacko Bean. HEX triplet: 3E, 34 and 2A. RGB value is (62,52,42). Sum of RGB (Red+Green+Blue) = 62+52+42=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E342A is #C1CBD5. Grayscale: #353535. Windows color (decimal): -12700630 or 2765886. OLE color: 2765886.

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

Color convert

RGB625242-
CMYK00.160.320.76
HSL30º19.23%20.39%-
HSV(B)30º32.26%24.31%-
XYZ3.633.652.7-
YUV53.85121.31133.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.74%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=39.74%
G=33.33%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62524200.160.320.763019.2320.39
Hex3E342A010204C1e1314
Octal76645202040114362324
Binary1111101101001010100100001000001001100111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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