Html Css Color HEX #3E1D18 Brown Pod

📋 copy color: '#3E1D18'

red 62 ◦ green 29 ◦ blue 24

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

Shades of Brown Pod #3E1D18

Tints of Brown Pod #3E1D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.22%

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

R = 53.91%
G = 25.22%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.76

RGB Variations

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

Color information

#3E1D18 (or 0x3E1D18) is known color: Brown Pod. HEX triplet: 3E, 1D and 18. RGB value is (62,29,24). Sum of RGB (Red+Green+Blue) = 62+29+24=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1D18 is #C1E2E7. Grayscale: #262626. Windows color (decimal): -12706536 or 1580350. OLE color: 1580350.

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

Color convert

RGB 62 29 24 -
CMYK 0 0.53 0.61 0.76
HSL 7.89º 0.44% 0.17% -
HSV(B) 7.89º 0.61% 0.24% -
XYZ 2.59 1.97 1.11 -
YUV 38.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 62 29 24 0 0.53 0.61 0.76 7.89 0.44 0.17
Hex 3E 1D 18 0 35 3D 4C 8 2C 11
Octal 76 35 30 0 65 75 114 10 54 21
Binary 111110 11101 11000 0 110101 111101 1001100 1000 101100 10001

Color Harmonies of #3E1D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1D18

Black with #3E1D18

Text Example


Text Example

White with #3E1D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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