Html Css Color HEX #3E2316 Brown Pod

📋 copy color: '#3E2316'

red 62 ◦ green 35 ◦ blue 22

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

Shades of Brown Pod #3E2316

Tints of Brown Pod #3E2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.41%

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

R = 52.1%
G = 29.41%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#3E2316 (or 0x3E2316) is known color: Brown Pod. HEX triplet: 3E, 23 and 16. RGB value is (62,35,22). Sum of RGB (Red+Green+Blue) = 62+35+22=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2316 is #C1DCE9. Grayscale: #292929. Windows color (decimal): -12705002 or 1450814. OLE color: 1450814.

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

Color convert

RGB 62 35 22 -
CMYK 0 0.44 0.65 0.76
HSL 19.5º 0.48% 0.16% -
HSV(B) 19.5º 0.65% 0.24% -
XYZ 2.73 2.28 1.06 -
YUV 41.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 62 35 22 0 0.44 0.65 0.76 19.5 0.48 0.16
Hex 3E 23 16 0 2C 41 4C 14 30 10
Octal 76 43 26 0 54 101 114 24 60 20
Binary 111110 100011 10110 0 101100 1000001 1001100 10100 110000 10000

Color Harmonies of #3E2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2316

Black with #3E2316

Text Example


Text Example

White with #3E2316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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