#3E3427

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

Shades of Jacko Bean #3E3427

Tints of Jacko Bean #3E3427

Color information

#3E3427 (or 0x3E3427) is unknown color: approx Jacko Bean. HEX triplet: 3E, 34 and 27. RGB value is (62,52,39). Sum of RGB (Red+Green+Blue) = 62+52+39=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3427 is #C1CBD8. Grayscale: #353535. Windows color (decimal): -12700633 or 2569278. OLE color: 2569278.

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

Color convert

RGB625239-
CMYK00.160.370.76
HSL33.91º22.77%19.8%-
HSV(B)33.91º37.1%24.31%-
XYZ3.583.632.43-
YUV53.51119.81134.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40.52%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=40.52%
G=33.99%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62523900.160.370.7633.9122.7719.8
Hex3E3427010254C221714
Octal76644702045114422724
Binary11111011010010011101000010010110011001000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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