Html Css Color HEX #3E2518 Brown Pod

📋 copy color: '#3E2518'

red 62 ◦ green 37 ◦ blue 24

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

Shades of Brown Pod #3E2518

Tints of Brown Pod #3E2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 50.41%
G = 30.08%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.76

RGB Variations

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

Color information

#3E2518 (or 0x3E2518) is known color: Brown Pod. HEX triplet: 3E, 25 and 18. RGB value is (62,37,24). Sum of RGB (Red+Green+Blue) = 62+37+24=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2518 is #C1DAE7. Grayscale: #2B2B2B. Windows color (decimal): -12704488 or 1582398. OLE color: 1582398.

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

Color convert

RGB 62 37 24 -
CMYK 0 0.40 0.61 0.76
HSL 20.53º 0.44% 0.17% -
HSV(B) 20.53º 0.61% 0.24% -
XYZ 2.81 2.41 1.18 -
YUV 42.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 62 37 24 0 0.40 0.61 0.76 20.53 0.44 0.17
Hex 3E 25 18 0 28 3D 4C 15 2C 11
Octal 76 45 30 0 50 75 114 25 54 21
Binary 111110 100101 11000 0 101000 111101 1001100 10101 101100 10001

Color Harmonies of #3E2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2518

Black with #3E2518

Text Example


Text Example

White with #3E2518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,37,24); }

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

background-color css

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

 a { background-color: rgb(62,37,24); }

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

border-color css

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

 span { border-color: rgb(62,37,24); }

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