Html Css Color HEX #3E201D Brown Pod

📋 copy color: '#3E201D'

red 62 ◦ green 32 ◦ blue 29

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

Shades of Brown Pod #3E201D

Tints of Brown Pod #3E201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

 BLUE value IS 29 (11.72% from 255) = 23.58%

R = 50.41%
G = 26.02%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3E201D (or 0x3E201D) is known color: Brown Pod. HEX triplet: 3E, 20 and 1D. RGB value is (62,32,29). Sum of RGB (Red+Green+Blue) = 62+32+29=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E201D is #C1DFE2. Grayscale: #282828. Windows color (decimal): -12705763 or 1908798. OLE color: 1908798.

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

Color convert

RGB 62 32 29 -
CMYK 0 0.48 0.53 0.76
HSL 5.45º 0.36% 0.18% -
HSV(B) 5.45º 0.53% 0.24% -
XYZ 2.72 2.15 1.43 -
YUV 40.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 62 32 29 0 0.48 0.53 0.76 5.45 0.36 0.18
Hex 3E 20 1D 0 30 35 4C 5 24 12
Octal 76 40 35 0 60 65 114 5 44 22
Binary 111110 100000 11101 0 110000 110101 1001100 101 100100 10010

Color Harmonies of #3E201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E201D

Black with #3E201D

Text Example


Text Example

White with #3E201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,29); }

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

background-color css

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

 a { background-color: rgb(62,32,29); }

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

border-color css

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

 span { border-color: rgb(62,32,29); }

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