Html Css Color HEX #3E2619 Brown Pod

📋 copy color: '#3E2619'

red 62 ◦ green 38 ◦ blue 25

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

Shades of Brown Pod #3E2619

Tints of Brown Pod #3E2619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.4%

 BLUE value IS 25 (10.16% from 255) = 20%

R = 49.6%
G = 30.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3E2619 (or 0x3E2619) is known color: Brown Pod. HEX triplet: 3E, 26 and 19. RGB value is (62,38,25). Sum of RGB (Red+Green+Blue) = 62+38+25=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2619 is #C1D9E6. Grayscale: #2B2B2B. Windows color (decimal): -12704231 or 1648190. OLE color: 1648190.

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

Color convert

RGB 62 38 25 -
CMYK 0 0.39 0.60 0.76
HSL 21.08º 0.43% 0.17% -
HSV(B) 21.08º 0.6% 0.24% -
XYZ 2.86 2.48 1.25 -
YUV 43.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 62 38 25 0 0.39 0.60 0.76 21.08 0.43 0.17
Hex 3E 26 19 0 27 3C 4C 15 2B 11
Octal 76 46 31 0 47 74 114 25 53 21
Binary 111110 100110 11001 0 100111 111100 1001100 10101 101011 10001

Color Harmonies of #3E2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2619

Black with #3E2619

Text Example


Text Example

White with #3E2619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,38,25); }

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

background-color css

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

 a { background-color: rgb(62,38,25); }

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

border-color css

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

 span { border-color: rgb(62,38,25); }

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