Html Css Color HEX #3E2419 Brown Pod

📋 copy color: '#3E2419'

red 62 ◦ green 36 ◦ blue 25

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

Shades of Brown Pod #3E2419

Tints of Brown Pod #3E2419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

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

R = 50.41%
G = 29.27%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3E2419 (or 0x3E2419) is known color: Brown Pod. HEX triplet: 3E, 24 and 19. RGB value is (62,36,25). Sum of RGB (Red+Green+Blue) = 62+36+25=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2419 is #C1DBE6. Grayscale: #2A2A2A. Windows color (decimal): -12704743 or 1647678. OLE color: 1647678.

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

Color convert

RGB 62 36 25 -
CMYK 0 0.42 0.60 0.76
HSL 17.84º 0.43% 0.17% -
HSV(B) 17.84º 0.6% 0.24% -
XYZ 2.79 2.36 1.23 -
YUV 42.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 62 36 25 0 0.42 0.60 0.76 17.84 0.43 0.17
Hex 3E 24 19 0 2A 3C 4C 12 2B 11
Octal 76 44 31 0 52 74 114 22 53 21
Binary 111110 100100 11001 0 101010 111100 1001100 10010 101011 10001

Color Harmonies of #3E2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2419

Black with #3E2419

Text Example


Text Example

White with #3E2419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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