#3E3325

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

Shades of Jacko Bean #3E3325

Tints of Jacko Bean #3E3325

Color information

#3E3325 (or 0x3E3325) is unknown color: approx Jacko Bean. HEX triplet: 3E, 33 and 25. RGB value is (62,51,37). Sum of RGB (Red+Green+Blue) = 62+51+37=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3325 is #C1CCDA. Grayscale: #343434. Windows color (decimal): -12700891 or 2437950. OLE color: 2437950.

HSL color Cylindrical-coordinate representation of color #3E3325: hue angle of 33.6º 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 #3E3325 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB625137-
CMYK00.180.400.76
HSL33.6º25.25%19.41%-
HSV(B)33.6º40.32%24.31%-
XYZ3.53.532.25-
YUV52.69119.14134.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.33%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=41.33%
G=34%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62513700.180.400.7633.625.2519.41
Hex3E3325012284C221913
Octal76634502250114423123
Binary11111011001110010101001010100010011001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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