Html Css Color HEX #3E1D16 Brown Pod

📋 copy color: '#3E1D16'

red 62 ◦ green 29 ◦ blue 22

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

Shades of Brown Pod #3E1D16

Tints of Brown Pod #3E1D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 54.87%
G = 25.66%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#3E1D16 (or 0x3E1D16) is known color: Brown Pod. HEX triplet: 3E, 1D and 16. RGB value is (62,29,22). Sum of RGB (Red+Green+Blue) = 62+29+22=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1D16 is #C1E2E9. Grayscale: #262626. Windows color (decimal): -12706538 or 1449278. OLE color: 1449278.

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

Color convert

RGB 62 29 22 -
CMYK 0 0.53 0.65 0.76
HSL 10.5º 0.48% 0.16% -
HSV(B) 10.5º 0.65% 0.24% -
XYZ 2.57 1.96 1 -
YUV 38.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 62 29 22 0 0.53 0.65 0.76 10.5 0.48 0.16
Hex 3E 1D 16 0 35 41 4C A 30 10
Octal 76 35 26 0 65 101 114 12 60 20
Binary 111110 11101 10110 0 110101 1000001 1001100 1010 110000 10000

Color Harmonies of #3E1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1D16

Black with #3E1D16

Text Example


Text Example

White with #3E1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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