Html Css Color HEX #3E362B Jacko Bean

📋 copy color: '#3E362B'

red 62 ◦ green 54 ◦ blue 43

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

Shades of Jacko Bean #3E362B

Tints of Jacko Bean #3E362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.96%

 BLUE value IS 43 (17.19% from 255) = 27.04%

R = 38.99%
G = 33.96%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.76

RGB Variations

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

Color information

#3E362B (or 0x3E362B) is known color: Jacko Bean. HEX triplet: 3E, 36 and 2B. RGB value is (62,54,43). Sum of RGB (Red+Green+Blue) = 62+54+43=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E362B is #C1C9D4. Grayscale: #373737. Windows color (decimal): -12700117 or 2831934. OLE color: 2831934.

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

Color convert

RGB 62 54 43 -
CMYK 0 0.13 0.31 0.76
HSL 34.74º 0.18% 0.21% -
HSV(B) 34.74º 0.31% 0.24% -
XYZ 3.74 3.84 2.83 -
YUV 55.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 62 54 43 0 0.13 0.31 0.76 34.74 0.18 0.21
Hex 3E 36 2B 0 D 1F 4C 23 12 15
Octal 76 66 53 0 15 37 114 43 22 25
Binary 111110 110110 101011 0 1101 11111 1001100 100011 10010 10101

Color Harmonies of #3E362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E362B

Black with #3E362B

Text Example


Text Example

White with #3E362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,54,43); }

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

background-color css

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

 a { background-color: rgb(62,54,43); }

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

border-color css

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

 span { border-color: rgb(62,54,43); }

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