Html Css Color HEX #3E2115 Brown Pod

📋 copy color: '#3E2115'

red 62 ◦ green 33 ◦ blue 21

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

Shades of Brown Pod #3E2115

Tints of Brown Pod #3E2115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 53.45%
G = 28.45%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3E2115 (or 0x3E2115) is known color: Brown Pod. HEX triplet: 3E, 21 and 15. RGB value is (62,33,21). Sum of RGB (Red+Green+Blue) = 62+33+21=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2115 is #C1DEEA. Grayscale: #282828. Windows color (decimal): -12705515 or 1384766. OLE color: 1384766.

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

Color convert

RGB 62 33 21 -
CMYK 0 0.47 0.66 0.76
HSL 17.56º 0.49% 0.16% -
HSV(B) 17.56º 0.66% 0.24% -
XYZ 2.67 2.17 0.99 -
YUV 40.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 62 33 21 0 0.47 0.66 0.76 17.56 0.49 0.16
Hex 3E 21 15 0 2F 42 4C 12 31 10
Octal 76 41 25 0 57 102 114 22 61 20
Binary 111110 100001 10101 0 101111 1000010 1001100 10010 110001 10000

Color Harmonies of #3E2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2115

Black with #3E2115

Text Example


Text Example

White with #3E2115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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