Html Css Color HEX #3E2313 Brown Pod

📋 copy color: '#3E2313'

red 62 ◦ green 35 ◦ blue 19

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

Shades of Brown Pod #3E2313

Tints of Brown Pod #3E2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.17%

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

R = 53.45%
G = 30.17%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3E2313 (or 0x3E2313) is known color: Brown Pod. HEX triplet: 3E, 23 and 13. RGB value is (62,35,19). Sum of RGB (Red+Green+Blue) = 62+35+19=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2313 is #C1DCEC. Grayscale: #292929. Windows color (decimal): -12705005 or 1254206. OLE color: 1254206.

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

Color convert

RGB 62 35 19 -
CMYK 0 0.44 0.69 0.76
HSL 22.33º 0.53% 0.16% -
HSV(B) 22.33º 0.69% 0.24% -
XYZ 2.71 2.27 0.91 -
YUV 41.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 62 35 19 0 0.44 0.69 0.76 22.33 0.53 0.16
Hex 3E 23 13 0 2C 45 4C 16 35 10
Octal 76 43 23 0 54 105 114 26 65 20
Binary 111110 100011 10011 0 101100 1000101 1001100 10110 110101 10000

Color Harmonies of #3E2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2313

Black with #3E2313

Text Example


Text Example

White with #3E2313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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