Html Css Color HEX #3E201C Brown Pod

📋 copy color: '#3E201C'

red 62 ◦ green 32 ◦ blue 28

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

Shades of Brown Pod #3E201C

Tints of Brown Pod #3E201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 50.82%
G = 26.23%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#3E201C (or 0x3E201C) is known color: Brown Pod. HEX triplet: 3E, 20 and 1C. RGB value is (62,32,28). Sum of RGB (Red+Green+Blue) = 62+32+28=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E201C is #C1DFE3. Grayscale: #282828. Windows color (decimal): -12705764 or 1843262. OLE color: 1843262.

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

Color convert

RGB 62 32 28 -
CMYK 0 0.48 0.55 0.76
HSL 7.06º 0.38% 0.18% -
HSV(B) 7.06º 0.55% 0.24% -
XYZ 2.71 2.14 1.37 -
YUV 40.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 62 32 28 0 0.48 0.55 0.76 7.06 0.38 0.18
Hex 3E 20 1C 0 30 37 4C 7 26 12
Octal 76 40 34 0 60 67 114 7 46 22
Binary 111110 100000 11100 0 110000 110111 1001100 111 100110 10010

Color Harmonies of #3E201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E201C

Black with #3E201C

Text Example


Text Example

White with #3E201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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