Html Css Color HEX #3E2113 Brown Pod

📋 copy color: '#3E2113'

red 62 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #3E2113

Tints of Brown Pod #3E2113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.95%

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 54.39%
G = 28.95%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3E2113 (or 0x3E2113) is known color: Brown Pod. HEX triplet: 3E, 21 and 13. RGB value is (62,33,19). Sum of RGB (Red+Green+Blue) = 62+33+19=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2113 is #C1DEEC. Grayscale: #282828. Windows color (decimal): -12705517 or 1253694. OLE color: 1253694.

HSL color Cylindrical-coordinate representation of color #3E2113: hue angle of 19.53º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E2113 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 33 19 -
CMYK 0 0.47 0.69 0.76
HSL 19.53º 0.53% 0.16% -
HSV(B) 19.53º 0.69% 0.24% -
XYZ 2.65 2.16 0.89 -
YUV 40.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 62 33 19 0 0.47 0.69 0.76 19.53 0.53 0.16
Hex 3E 21 13 0 2F 45 4C 14 35 10
Octal 76 41 23 0 57 105 114 24 65 20
Binary 111110 100001 10011 0 101111 1000101 1001100 10100 110101 10000

Color Harmonies of #3E2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2113

Black with #3E2113

Text Example


Text Example

White with #3E2113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,33,19); }

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

background-color css

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

 a { background-color: rgb(62,33,19); }

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

border-color css

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

 span { border-color: rgb(62,33,19); }

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