Html Css Color HEX #3E201B Brown Pod

📋 copy color: '#3E201B'

red 62 ◦ green 32 ◦ blue 27

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

Shades of Brown Pod #3E201B

Tints of Brown Pod #3E201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 51.24%
G = 26.45%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#3E201B (or 0x3E201B) is known color: Brown Pod. HEX triplet: 3E, 20 and 1B. RGB value is (62,32,27). Sum of RGB (Red+Green+Blue) = 62+32+27=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E201B is #C1DFE4. Grayscale: #282828. Windows color (decimal): -12705765 or 1777726. OLE color: 1777726.

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

Color convert

RGB 62 32 27 -
CMYK 0 0.48 0.56 0.76
HSL 8.57º 0.39% 0.17% -
HSV(B) 8.57º 0.56% 0.24% -
XYZ 2.7 2.14 1.31 -
YUV 40.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 62 32 27 0 0.48 0.56 0.76 8.57 0.39 0.17
Hex 3E 20 1B 0 30 38 4C 9 27 11
Octal 76 40 33 0 60 70 114 11 47 21
Binary 111110 100000 11011 0 110000 111000 1001100 1001 100111 10001

Color Harmonies of #3E201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E201B

Black with #3E201B

Text Example


Text Example

White with #3E201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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