Html Css Color HEX #3E2A25 Brown Pod

📋 copy color: '#3E2A25'

red 62 ◦ green 42 ◦ blue 37

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

Shades of Brown Pod #3E2A25

Tints of Brown Pod #3E2A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.79%

 BLUE value IS 37 (14.84% from 255) = 26.24%

R = 43.97%
G = 29.79%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.76

RGB Variations

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

Color information

#3E2A25 (or 0x3E2A25) is known color: Brown Pod. HEX triplet: 3E, 2A and 25. RGB value is (62,42,37). Sum of RGB (Red+Green+Blue) = 62+42+37=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A25 is #C1D5DA. Grayscale: #2F2F2F. Windows color (decimal): -12703195 or 2435646. OLE color: 2435646.

HSL color Cylindrical-coordinate representation of color #3E2A25: hue angle of 12º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E2A25 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 42 37 -
CMYK 0 0.32 0.40 0.76
HSL 12º 0.25% 0.19% -
HSV(B) 12º 0.4% 0.24% -
XYZ 3.15 2.81 2.13 -
YUV 47.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 62 42 37 0 0.32 0.40 0.76 12 0.25 0.19
Hex 3E 2A 25 0 20 28 4C C 19 13
Octal 76 52 45 0 40 50 114 14 31 23
Binary 111110 101010 100101 0 100000 101000 1001100 1100 11001 10011

Color Harmonies of #3E2A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2A25

Black with #3E2A25

Text Example


Text Example

White with #3E2A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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