Html Css Color HEX #3E2923 Brown Pod

📋 copy color: '#3E2923'

red 62 ◦ green 41 ◦ blue 35

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

Shades of Brown Pod #3E2923

Tints of Brown Pod #3E2923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.71%

 BLUE value IS 35 (14.06% from 255) = 25.36%

R = 44.93%
G = 29.71%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.76

RGB Variations

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

Color information

#3E2923 (or 0x3E2923) is known color: Brown Pod. HEX triplet: 3E, 29 and 23. RGB value is (62,41,35). Sum of RGB (Red+Green+Blue) = 62+41+35=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2923 is #C1D6DC. Grayscale: #2E2E2E. Windows color (decimal): -12703453 or 2304318. OLE color: 2304318.

HSL color Cylindrical-coordinate representation of color #3E2923: hue angle of 13.33º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E2923 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 41 35 -
CMYK 0 0.34 0.44 0.76
HSL 13.33º 0.28% 0.19% -
HSV(B) 13.33º 0.44% 0.24% -
XYZ 3.08 2.73 1.95 -
YUV 46.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 62 41 35 0 0.34 0.44 0.76 13.33 0.28 0.19
Hex 3E 29 23 0 22 2C 4C D 1C 13
Octal 76 51 43 0 42 54 114 15 34 23
Binary 111110 101001 100011 0 100010 101100 1001100 1101 11100 10011

Color Harmonies of #3E2923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2923

Black with #3E2923

Text Example


Text Example

White with #3E2923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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