Html Css Color HEX #3E372F Jacko Bean

📋 copy color: '#3E372F'

red 62 ◦ green 55 ◦ blue 47

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

Shades of Jacko Bean #3E372F

Tints of Jacko Bean #3E372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.66%

R = 37.8%
G = 33.54%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#3E372F (or 0x3E372F) is known color: Jacko Bean. HEX triplet: 3E, 37 and 2F. RGB value is (62,55,47). Sum of RGB (Red+Green+Blue) = 62+55+47=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 62 - color contains mainly: red. Hex color #3E372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E372F is #C1C8D0. Grayscale: #383838. Windows color (decimal): -12699857 or 3094334. OLE color: 3094334.

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

Color convert

RGB 62 55 47 -
CMYK 0 0.11 0.24 0.76
HSL 32º 0.14% 0.21% -
HSV(B) 32º 0.24% 0.24% -
XYZ 3.87 3.96 3.25 -
YUV 56.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 62 55 47 0 0.11 0.24 0.76 32 0.14 0.21
Hex 3E 37 2F 0 B 18 4C 20 E 15
Octal 76 67 57 0 13 30 114 40 16 25
Binary 111110 110111 101111 0 1011 11000 1001100 100000 1110 10101

Color Harmonies of #3E372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E372F

Black with #3E372F

Text Example


Text Example

White with #3E372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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