#3E3830

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

Shades of Jacko Bean #3E3830

Tints of Jacko Bean #3E3830

Color information

#3E3830 (or 0x3E3830) is unknown color: approx Jacko Bean. HEX triplet: 3E, 38 and 30. RGB value is (62,56,48). Sum of RGB (Red+Green+Blue) = 62+56+48=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3830 is #C1C7CF. Grayscale: #383838. Windows color (decimal): -12699600 or 3160126. OLE color: 3160126.

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

Color convert

RGB625648-
CMYK00.100.230.76
HSL34.29º12.73%21.57%-
HSV(B)34.29º22.58%24.31%-
XYZ3.934.073.37-
YUV56.88122.99131.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.35%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=37.35%
G=33.73%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62564800.100.230.7634.2912.7321.57
Hex3E38300A174C22d16
Octal76706001227114421526
Binary11111011100011000001010101111001100100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,48); }

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

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

 a { background-color: rgb(62,56,48); }

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

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

 span { border-color: rgb(62,56,48); }

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