Html Css Color HEX #3E2119 Brown Pod

📋 copy color: '#3E2119'

red 62 ◦ green 33 ◦ blue 25

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

Shades of Brown Pod #3E2119

Tints of Brown Pod #3E2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.5%

 BLUE value IS 25 (10.16% from 255) = 20.83%

R = 51.67%
G = 27.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3E2119 (or 0x3E2119) is known color: Brown Pod. HEX triplet: 3E, 21 and 19. RGB value is (62,33,25). Sum of RGB (Red+Green+Blue) = 62+33+25=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2119 is #C1DEE6. Grayscale: #282828. Windows color (decimal): -12705511 or 1646910. OLE color: 1646910.

HSL color Cylindrical-coordinate representation of color #3E2119: hue angle of 12.97º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E2119 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 33 25 -
CMYK 0 0.47 0.60 0.76
HSL 12.97º 0.43% 0.17% -
HSV(B) 12.97º 0.6% 0.24% -
XYZ 2.71 2.18 1.2 -
YUV 40.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 62 33 25 0 0.47 0.60 0.76 12.97 0.43 0.17
Hex 3E 21 19 0 2F 3C 4C D 2B 11
Octal 76 41 31 0 57 74 114 15 53 21
Binary 111110 100001 11001 0 101111 111100 1001100 1101 101011 10001

Color Harmonies of #3E2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2119

Black with #3E2119

Text Example


Text Example

White with #3E2119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,33,25); }

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

background-color css

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

 a { background-color: rgb(62,33,25); }

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

border-color css

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

 span { border-color: rgb(62,33,25); }

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