Html Css Color HEX #3E251D Brown Pod

📋 copy color: '#3E251D'

red 62 ◦ green 37 ◦ blue 29

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

Shades of Brown Pod #3E251D

Tints of Brown Pod #3E251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 48.44%
G = 28.91%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3E251D (or 0x3E251D) is known color: Brown Pod. HEX triplet: 3E, 25 and 1D. RGB value is (62,37,29). Sum of RGB (Red+Green+Blue) = 62+37+29=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E251D is #C1DAE2. Grayscale: #2B2B2B. Windows color (decimal): -12704483 or 1910078. OLE color: 1910078.

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

Color convert

RGB 62 37 29 -
CMYK 0 0.40 0.53 0.76
HSL 14.55º 0.36% 0.18% -
HSV(B) 14.55º 0.53% 0.24% -
XYZ 2.87 2.44 1.48 -
YUV 43.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 62 37 29 0 0.40 0.53 0.76 14.55 0.36 0.18
Hex 3E 25 1D 0 28 35 4C F 24 12
Octal 76 45 35 0 50 65 114 17 44 22
Binary 111110 100101 11101 0 101000 110101 1001100 1111 100100 10010

Color Harmonies of #3E251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E251D

Black with #3E251D

Text Example


Text Example

White with #3E251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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