Html Css Color HEX #3E2823 Brown Pod

📋 copy color: '#3E2823'

red 62 ◦ green 40 ◦ blue 35

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

Shades of Brown Pod #3E2823

Tints of Brown Pod #3E2823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.2%

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

R = 45.26%
G = 29.2%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.76

RGB Variations

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

Color information

#3E2823 (or 0x3E2823) is known color: Brown Pod. HEX triplet: 3E, 28 and 23. RGB value is (62,40,35). Sum of RGB (Red+Green+Blue) = 62+40+35=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2823 is #C1D7DC. Grayscale: #2E2E2E. Windows color (decimal): -12703709 or 2304062. OLE color: 2304062.

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

Color convert

RGB 62 40 35 -
CMYK 0 0.35 0.44 0.76
HSL 11.11º 0.28% 0.19% -
HSV(B) 11.11º 0.44% 0.24% -
XYZ 3.05 2.66 1.94 -
YUV 46.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 62 40 35 0 0.35 0.44 0.76 11.11 0.28 0.19
Hex 3E 28 23 0 23 2C 4C B 1C 13
Octal 76 50 43 0 43 54 114 13 34 23
Binary 111110 101000 100011 0 100011 101100 1001100 1011 11100 10011

Color Harmonies of #3E2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2823

Black with #3E2823

Text Example


Text Example

White with #3E2823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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