Html Css Color HEX #3E271C Brown Pod

📋 copy color: '#3E271C'

red 62 ◦ green 39 ◦ blue 28

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

Shades of Brown Pod #3E271C

Tints of Brown Pod #3E271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 48.06%
G = 30.23%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#3E271C (or 0x3E271C) is known color: Brown Pod. HEX triplet: 3E, 27 and 1C. RGB value is (62,39,28). Sum of RGB (Red+Green+Blue) = 62+39+28=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E271C is #C1D8E3. Grayscale: #2C2C2C. Windows color (decimal): -12703972 or 1845054. OLE color: 1845054.

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

Color convert

RGB 62 39 28 -
CMYK 0 0.37 0.55 0.76
HSL 19.41º 0.38% 0.18% -
HSV(B) 19.41º 0.55% 0.24% -
XYZ 2.92 2.56 1.44 -
YUV 44.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 62 39 28 0 0.37 0.55 0.76 19.41 0.38 0.18
Hex 3E 27 1C 0 25 37 4C 13 26 12
Octal 76 47 34 0 45 67 114 23 46 22
Binary 111110 100111 11100 0 100101 110111 1001100 10011 100110 10010

Color Harmonies of #3E271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E271C

Black with #3E271C

Text Example


Text Example

White with #3E271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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