#3E3425

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

Shades of Jacko Bean #3E3425

Tints of Jacko Bean #3E3425

Color information

#3E3425 (or 0x3E3425) is unknown color: approx Jacko Bean. HEX triplet: 3E, 34 and 25. RGB value is (62,52,37). Sum of RGB (Red+Green+Blue) = 62+52+37=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3425 is #C1CBDA. Grayscale: #353535. Windows color (decimal): -12700635 or 2438206. OLE color: 2438206.

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

Color convert

RGB625237-
CMYK00.160.400.76
HSL36º25.25%19.41%-
HSV(B)36º40.32%24.31%-
XYZ3.553.612.26-
YUV53.28118.81134.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.06%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=41.06%
G=34.44%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62523700.160.400.763625.2519.41
Hex3E3425010284C241913
Octal76644502050114443123
Binary11111011010010010101000010100010011001001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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