Html Css Color HEX #3E1F11 Brown Pod

📋 copy color: '#3E1F11'

red 62 ◦ green 31 ◦ blue 17

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

Shades of Brown Pod #3E1F11

Tints of Brown Pod #3E1F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.45%

R = 56.36%
G = 28.18%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#3E1F11 (or 0x3E1F11) is known color: Brown Pod. HEX triplet: 3E, 1F and 11. RGB value is (62,31,17). Sum of RGB (Red+Green+Blue) = 62+31+17=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1F11 is #C1E0EE. Grayscale: #262626. Windows color (decimal): -12706031 or 1122110. OLE color: 1122110.

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

Color convert

RGB 62 31 17 -
CMYK 0 0.5 0.73 0.76
HSL 18.67º 0.57% 0.15% -
HSV(B) 18.67º 0.73% 0.24% -
XYZ 2.58 2.04 0.79 -
YUV 38.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 62 31 17 0 0.5 0.73 0.76 18.67 0.57 0.15
Hex 3E 1F 11 0 32 49 4C 13 39 F
Octal 76 37 21 0 62 111 114 23 71 17
Binary 111110 11111 10001 0 110010 1001001 1001100 10011 111001 1111

Color Harmonies of #3E1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1F11

Black with #3E1F11

Text Example


Text Example

White with #3E1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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