Html Css Color HEX #3E2016 Brown Pod

📋 copy color: '#3E2016'

red 62 ◦ green 32 ◦ blue 22

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

Shades of Brown Pod #3E2016

Tints of Brown Pod #3E2016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.59%

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

R = 53.45%
G = 27.59%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#3E2016 (or 0x3E2016) is known color: Brown Pod. HEX triplet: 3E, 20 and 16. RGB value is (62,32,22). Sum of RGB (Red+Green+Blue) = 62+32+22=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2016 is #C1DFE9. Grayscale: #272727. Windows color (decimal): -12705770 or 1450046. OLE color: 1450046.

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

Color convert

RGB 62 32 22 -
CMYK 0 0.48 0.65 0.76
HSL 15º 0.48% 0.16% -
HSV(B) 15º 0.65% 0.24% -
XYZ 2.65 2.12 1.03 -
YUV 39.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 62 32 22 0 0.48 0.65 0.76 15 0.48 0.16
Hex 3E 20 16 0 30 41 4C F 30 10
Octal 76 40 26 0 60 101 114 17 60 20
Binary 111110 100000 10110 0 110000 1000001 1001100 1111 110000 10000

Color Harmonies of #3E2016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2016

Black with #3E2016

Text Example


Text Example

White with #3E2016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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