Html Css Color HEX #3E372C Jacko Bean

📋 copy color: '#3E372C'

red 62 ◦ green 55 ◦ blue 44

#3E372C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacko Bean #3E372C

Tints of Jacko Bean #3E372C

RGB

 RED value IS 62 (24.61% from 255) = 38.51%

 GREEN value IS 55 (21.88% from 255) = 34.16%

 BLUE value IS 44 (17.58% from 255) = 27.33%

R = 38.51%
G = 34.16%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.76

RGB Variations

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

Color information

#3E372C (or 0x3E372C) is known color: Jacko Bean. HEX triplet: 3E, 37 and 2C. RGB value is (62,55,44). Sum of RGB (Red+Green+Blue) = 62+55+44=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E372C is #C1C8D3. Grayscale: #373737. Windows color (decimal): -12699860 or 2897726. OLE color: 2897726.

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

Color convert

RGB 62 55 44 -
CMYK 0 0.11 0.29 0.76
HSL 36.67º 0.17% 0.21% -
HSV(B) 36.67º 0.29% 0.24% -
XYZ 3.81 3.94 2.94 -
YUV 55.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 62 55 44 0 0.11 0.29 0.76 36.67 0.17 0.21
Hex 3E 37 2C 0 B 1D 4C 25 11 15
Octal 76 67 54 0 13 35 114 45 21 25
Binary 111110 110111 101100 0 1011 11101 1001100 100101 10001 10101

Color Harmonies of #3E372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E372C

Black with #3E372C

Text Example


Text Example

White with #3E372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,55,44); }

 H1.HeaderClassName
 {
   color: #3E372C;
 }
 .AnyTagClassName
 {
   color: #3E372C;
 }
</style>

background-color css

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

 a { background-color: rgb(62,55,44); }

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

border-color css

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

 span { border-color: rgb(62,55,44); }

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