#3E362E

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

Shades of Jacko Bean #3E362E

Tints of Jacko Bean #3E362E

Color information

#3E362E (or 0x3E362E) is unknown color: approx Jacko Bean. HEX triplet: 3E, 36 and 2E. RGB value is (62,54,46). Sum of RGB (Red+Green+Blue) = 62+54+46=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 62 - color contains mainly: red. Hex color #3E362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E362E is #C1C9D1. Grayscale: #373737. Windows color (decimal): -12700114 or 3028542. OLE color: 3028542.

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

Color convert

RGB625446-
CMYK00.130.260.76
HSL30º14.81%21.18%-
HSV(B)30º25.81%24.31%-
XYZ3.83.863.13-
YUV55.48122.65132.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.27%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=38.27%
G=33.33%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62544600.130.260.763014.8121.18
Hex3E362E0D1A4C1ef15
Octal76665601532114361725
Binary1111101101101011100110111010100110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,54,46); }

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

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

 a { background-color: rgb(62,54,46); }

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

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

 span { border-color: rgb(62,54,46); }

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