Html Css Color HEX #3E372E Jacko Bean

📋 copy color: '#3E372E'

red 62 ◦ green 55 ◦ blue 46

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

Shades of Jacko Bean #3E372E

Tints of Jacko Bean #3E372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 38.04%
G = 33.74%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#3E372E (or 0x3E372E) is known color: Jacko Bean. HEX triplet: 3E, 37 and 2E. RGB value is (62,55,46). Sum of RGB (Red+Green+Blue) = 62+55+46=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 62 - color contains mainly: red. Hex color #3E372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E372E is #C1C8D1. Grayscale: #383838. Windows color (decimal): -12699858 or 3028798. OLE color: 3028798.

HSL color Cylindrical-coordinate representation of color #3E372E: hue angle of 33.75º 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 #3E372E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 55 46 -
CMYK 0 0.11 0.26 0.76
HSL 33.75º 0.15% 0.21% -
HSV(B) 33.75º 0.26% 0.24% -
XYZ 3.85 3.95 3.15 -
YUV 56.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 62 55 46 0 0.11 0.26 0.76 33.75 0.15 0.21
Hex 3E 37 2E 0 B 1A 4C 22 F 15
Octal 76 67 56 0 13 32 114 42 17 25
Binary 111110 110111 101110 0 1011 11010 1001100 100010 1111 10101

Color Harmonies of #3E372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E372E

Black with #3E372E

Text Example


Text Example

White with #3E372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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