Html Css Color HEX #3E1F19 Brown Pod

📋 copy color: '#3E1F19'

red 62 ◦ green 31 ◦ blue 25

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

Shades of Brown Pod #3E1F19

Tints of Brown Pod #3E1F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.27%

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

R = 52.54%
G = 26.27%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3E1F19 (or 0x3E1F19) is known color: Brown Pod. HEX triplet: 3E, 1F and 19. RGB value is (62,31,25). Sum of RGB (Red+Green+Blue) = 62+31+25=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1F19 is #C1E0E6. Grayscale: #272727. Windows color (decimal): -12706023 or 1646398. OLE color: 1646398.

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

Color convert

RGB 62 31 25 -
CMYK 0 0.5 0.60 0.76
HSL 9.73º 0.43% 0.17% -
HSV(B) 9.73º 0.6% 0.24% -
XYZ 2.65 2.07 1.18 -
YUV 39.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 62 31 25 0 0.5 0.60 0.76 9.73 0.43 0.17
Hex 3E 1F 19 0 32 3C 4C A 2B 11
Octal 76 37 31 0 62 74 114 12 53 21
Binary 111110 11111 11001 0 110010 111100 1001100 1010 101011 10001

Color Harmonies of #3E1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1F19

Black with #3E1F19

Text Example


Text Example

White with #3E1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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