Html Css Color HEX #3E211C Brown Pod

📋 copy color: '#3E211C'

red 62 ◦ green 33 ◦ blue 28

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

Shades of Brown Pod #3E211C

Tints of Brown Pod #3E211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.83%

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

R = 50.41%
G = 26.83%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#3E211C (or 0x3E211C) is known color: Brown Pod. HEX triplet: 3E, 21 and 1C. RGB value is (62,33,28). Sum of RGB (Red+Green+Blue) = 62+33+28=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E211C is #C1DEE3. Grayscale: #292929. Windows color (decimal): -12705508 or 1843518. OLE color: 1843518.

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

Color convert

RGB 62 33 28 -
CMYK 0 0.47 0.55 0.76
HSL 8.82º 0.38% 0.18% -
HSV(B) 8.82º 0.55% 0.24% -
XYZ 2.74 2.2 1.38 -
YUV 41.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 62 33 28 0 0.47 0.55 0.76 8.82 0.38 0.18
Hex 3E 21 1C 0 2F 37 4C 9 26 12
Octal 76 41 34 0 57 67 114 11 46 22
Binary 111110 100001 11100 0 101111 110111 1001100 1001 100110 10010

Color Harmonies of #3E211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E211C

Black with #3E211C

Text Example


Text Example

White with #3E211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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