Html Css Color HEX #3E2920 Brown Pod

📋 copy color: '#3E2920'

red 62 ◦ green 41 ◦ blue 32

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

Shades of Brown Pod #3E2920

Tints of Brown Pod #3E2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 45.93%
G = 30.37%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#3E2920 (or 0x3E2920) is known color: Brown Pod. HEX triplet: 3E, 29 and 20. RGB value is (62,41,32). Sum of RGB (Red+Green+Blue) = 62+41+32=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2920 is #C1D6DF. Grayscale: #2E2E2E. Windows color (decimal): -12703456 or 2107710. OLE color: 2107710.

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

Color convert

RGB 62 41 32 -
CMYK 0 0.34 0.48 0.76
HSL 18º 0.32% 0.18% -
HSV(B) 18º 0.48% 0.24% -
XYZ 3.04 2.71 1.73 -
YUV 46.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 62 41 32 0 0.34 0.48 0.76 18 0.32 0.18
Hex 3E 29 20 0 22 30 4C 12 20 12
Octal 76 51 40 0 42 60 114 22 40 22
Binary 111110 101001 100000 0 100010 110000 1001100 10010 100000 10010

Color Harmonies of #3E2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2920

Black with #3E2920

Text Example


Text Example

White with #3E2920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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