Html Css Color HEX #3E271F Brown Pod

📋 copy color: '#3E271F'

red 62 ◦ green 39 ◦ blue 31

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

Shades of Brown Pod #3E271F

Tints of Brown Pod #3E271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.55%

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 46.97%
G = 29.55%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.76

RGB Variations

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

Color information

#3E271F (or 0x3E271F) is known color: Brown Pod. HEX triplet: 3E, 27 and 1F. RGB value is (62,39,31). Sum of RGB (Red+Green+Blue) = 62+39+31=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E271F is #C1D8E0. Grayscale: #2D2D2D. Windows color (decimal): -12703969 or 2041662. OLE color: 2041662.

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

Color convert

RGB 62 39 31 -
CMYK 0 0.37 0.5 0.76
HSL 15.48º 0.33% 0.18% -
HSV(B) 15.48º 0.5% 0.24% -
XYZ 2.96 2.57 1.64 -
YUV 44.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 62 39 31 0 0.37 0.5 0.76 15.48 0.33 0.18
Hex 3E 27 1F 0 25 32 4C F 21 12
Octal 76 47 37 0 45 62 114 17 41 22
Binary 111110 100111 11111 0 100101 110010 1001100 1111 100001 10010

Color Harmonies of #3E271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E271F

Black with #3E271F

Text Example


Text Example

White with #3E271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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